2008-01-28 |
Keith Whitwell | gallium: remove dead code from draw_vf* |
commit | commitdiff | tree | snapshot |
2008-01-28 |
José Fonseca | First stab at hooking draw_vbuf & vf. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
José Fonseca | Clone vf module. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
José Fonseca | Simplify prototypes of draw_vbuf's internal functions. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
José Fonseca | Cache the vinfo in vbuf_stage. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
José Fonseca | Do refcounting trhoughout all buffer objects, since... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
José Fonseca | Fullfill pipe_winsys->user_buffer_create. Aggregate... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Brian | Cell: added support for inlined vertex buffers. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Brian | Cell: added ROUNUP4 |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Brian | Cell: added support for inlined indexes |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Brian | Cell: added cell_batch_free_space() |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | gallium: disable unnecessary point/line/tri re-validati... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: remove some old tile code |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | gallium: s/GLuint/unsigned/ to work with gallium when... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | gallium: fix a few segfaults/assertions that can happen... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: fix a recursive flushing bug |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: add check to catch recursive batch flushing |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: move ASSERT macro into common.h |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Aggregate all buffer allocation info into... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Make mm buffer manager more portable. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Remove unneeded headers. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: fix linux build |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Michal Krol | gallium: Fix build on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Michal Krol | d3d: Fix build on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Michal Krol | gallium: Fix build on WinXP. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Use directory name in include. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Michal Krol | gallium: Fix build for WinXP. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Define MALLOC_STRUCT. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Michal Krol | gallium: Fix build on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Michal Krol | gallium: Fix build on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: restructure vertex fetch code slightly |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Fix MSVC float/double conversion warning. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
José Fonseca | gallium: Complete integer types. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: minor cleanups to pipe interface |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: add PIPE_FLUSH_SWAPBUFFERS flag |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: add notify_swapbuffers_complete, use it to... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: specialize glFlush vs other flush semantics |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Keith Whitwell | gallium: remove makefile whitespace |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: updates to match pipe_buffer changes |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: typedefs need semicolons, Ian :) |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | Cell: emit framebuffer state like other state |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | gallium: replace loop w/ memset in draw_vertex_cache_in... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | gallium: better flush logic in draw module |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Brian | gallium: replace prim pipeline begin/end() functions... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Ian Romanick | Work around parameter differences for main in different... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Keith Whitwell | gallium: rename pipe_buffer_handle to pipe_buffer... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Michel Dänzer | gallium: Simplify winsys buffer interface. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Keith Whitwell | 965: add asserts to catch batch overrun |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Keith Whitwell | 965: cope better with range decls for temps, immediates... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | gallium: include p_state.h, replace PIPE_MAX_SHADER_OUT... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: propogate vertex info to SPUs, use it for attrib... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: batch_buffer_size should be uint, not ubyte |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: new ROUNDUP16() macro |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | gallium: optimizations to flatshade, two-side prim... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | gallium: added rastpos_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: insert dummy field into cell_command_render struc... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: s/-W/-Wall/ in linux-cell |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: send actual vertex size in the render command |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: rewrite compute_vertex_layout() |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: fix asst. warnings |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | gallium: added rastpos_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | i915: add case for TGSI_FILE_IMMEDIATE to avoid error... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: use Cell driver by default if linux-cell is built |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Zack Rusin | disable usage of llvm in fragment shaders |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Zack Rusin | change the name of the shaders to reflect what they do. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: s/FORMAT/EMIT/ |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | gallium: improved vertex layout and interpolant setup... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Specify linker instead of letting mklib use gcc |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Use HOST_CC for programs that will run on the build... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Use EXTRA_LIB_PATH with *_LIB_DEPS |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Remove unnecessary paths |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | Cell: remove old test code |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | Cell: asst. updates to sync up with today's earlier... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: remove support for separate depth/stencil... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: in sp_tile_cache_clear() mark all cache slots... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: rework compute_vertex_layout() to intelligentl... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: restore/rewrite vbuf code for softpipe |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: overhaul usage of vertex_info in draw module. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: fix computation of raster.point_size_per_verte... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: multiply vertex point size by 0.5 |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: use temp reg for storing color to avoid readin... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: Don't allocate a vertex buffer until after... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
José Fonseca | added stipple_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: Added FORMAT_1F_PSIZE to insert constant point... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: silence warnings |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: initial support for sampler state |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: s/cell_init_surface_funcs/cell_init_surface_funct... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: Added cell_surface.[ch] files |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: remove unneeded protos, #includes, etc |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: include sp_headers.h |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: renamed cell_surface.[ch] to cell_clear.[ch] |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: rename cell_surface.[ch] cell_clear.[ch] |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: Add initial texture functions |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: add cell_set_sampler_texture() |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: move softpipe_get_tex_surface() prototype |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: add license comment |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: move softpipe_get_tex_surface() into sp_texture.c |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: added asmfiles rule |
commit | commitdiff | tree | snapshot |
next |