- a97b3f6 gallium: remove makefile whitespace by Keith Whitwell · 17 years ago
- 0b958e3 Cell: updates to match pipe_buffer changes by Brian · 17 years ago
- b561833 Cell: typedefs need semicolons, Ian :) by Brian · 17 years ago
- 4d53412 Cell: emit framebuffer state like other state by Brian · 17 years ago
- 42d38ac gallium: replace loop w/ memset in draw_vertex_cache_invalidate() by Brian · 17 years ago
- 1603a33 gallium: better flush logic in draw module by Brian · 17 years ago
- 0bfd085 gallium: replace prim pipeline begin/end() functions with flush() by Brian · 17 years ago
- bd8bf60 Work around parameter differences for main in different SDK versions by Ian Romanick · 17 years ago
- 1e0d30a gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code by Keith Whitwell · 17 years ago
- 756d52e gallium: Simplify winsys buffer interface. by Michel Dänzer · 17 years ago
- 7a20768 965: add asserts to catch batch overrun by Keith Whitwell · 17 years ago
- 59d66bf 965: cope better with range decls for temps, immediates, etc by Keith Whitwell · 17 years ago
- c344bda gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHADER_INPUTS by Brian · 17 years ago
- 235da62 Cell: propogate vertex info to SPUs, use it for attrib interpolation by Brian · 17 years ago
- 4c4f691 Cell: batch_buffer_size should be uint, not ubyte by Brian · 17 years ago
- 78bff07 Cell: new ROUNDUP16() macro by Brian · 17 years ago
- a148cc5 gallium: optimizations to flatshade, two-side prim stages by Brian · 17 years ago
- 4835553 gallium: added rastpos_destroy() by Brian · 17 years ago
- 547e52f Cell: insert dummy field into cell_command_render struct to work around apparent compiler bug by Brian · 17 years ago
- 7d0421d Cell: s/-W/-Wall/ in linux-cell by Brian · 17 years ago
- fa82d86 Cell: send actual vertex size in the render command by Brian · 17 years ago
- 0673c57 Cell: rewrite compute_vertex_layout() by Brian · 17 years ago
- 95ff06d Cell: fix asst. warnings by Brian · 17 years ago
- c753e7a gallium: added rastpos_destroy() by Brian · 17 years ago
- 6c29be9 i915: add case for TGSI_FILE_IMMEDIATE to avoid error, but still needs proper handling... by Brian · 17 years ago
- 47b3afc Cell: use Cell driver by default if linux-cell is built by Brian · 17 years ago
- 6e2c3b3 disable usage of llvm in fragment shaders by Zack Rusin · 17 years ago
- bac991d change the name of the shaders to reflect what they do. by Zack Rusin · 17 years ago
- 11349b6 Cell: s/FORMAT/EMIT/ by Brian · 17 years ago
- 2549d79 gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-is in vbuf code by Brian · 17 years ago
- 6000dcc gallium: improved vertex layout and interpolant setup in softpipe by Brian · 17 years ago
- dc1abc3 Specify linker instead of letting mklib use gcc by Ian Romanick · 17 years ago
- b3492a2 Use HOST_CC for programs that will run on the build host by Ian Romanick · 17 years ago
- ffcb4d8 Use EXTRA_LIB_PATH with *_LIB_DEPS by Ian Romanick · 17 years ago
- eb4a738 Remove unnecessary paths by Ian Romanick · 17 years ago
- f5d2c1e Cell: remove old test code by Brian · 17 years ago
- f19b2d7 Cell: asst. updates to sync up with today's earlier gallium changes by Brian · 17 years ago
- 8de2331 gallium: remove support for separate depth/stencil buffers. Always combined now. by Brian · 17 years ago
- 1cf3c77 gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes progs/redbook/stencil.c by Brian · 17 years ago
- 336e2cb gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs inputs by Brian · 17 years ago
- 2d37e78 gallium: restore/rewrite vbuf code for softpipe by Brian · 17 years ago
- cd36436 gallium: overhaul usage of vertex_info in draw module. by Brian · 17 years ago
- b3f0819 gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/select.c by Brian · 17 years ago
- 2444f6c gallium: fix computation of raster.point_size_per_vertex flag by Brian · 17 years ago
- 46a787a gallium: multiply vertex point size by 0.5 by Brian · 17 years ago
- 2863800 gallium: use temp reg for storing color to avoid reading 'result.color' by Brian · 17 years ago
- 59e8f3e gallium: Don't allocate a vertex buffer until after setting the prim type. by Brian · 17 years ago
- 52264ec added stipple_destroy() by José Fonseca · 17 years ago
- f1fb69a gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices by Brian · 17 years ago
- 7049ff5 gallium: silence warnings by Brian · 17 years ago
- cfeda41 Cell: initial support for sampler state by Brian · 17 years ago
- 0c08571 Cell: s/cell_init_surface_funcs/cell_init_surface_functions/ by Brian · 17 years ago
- 1318941 Cell: Added cell_surface.[ch] files by Brian · 17 years ago
- a1799ec gallium: remove unneeded protos, #includes, etc by Brian · 17 years ago
- b91de8a gallium: include sp_headers.h by Brian · 17 years ago
- 8538da0 Cell: renamed cell_surface.[ch] to cell_clear.[ch] by Brian · 17 years ago
- c27c352 Cell: rename cell_surface.[ch] cell_clear.[ch] by Brian · 17 years ago
- 1811965 Cell: Add initial texture functions by Brian · 17 years ago
- fd9c03f Cell: add cell_set_sampler_texture() by Brian · 17 years ago
- 4211d2d gallium: move softpipe_get_tex_surface() prototype by Brian · 17 years ago
- c14773b gallium: add license comment by Brian · 17 years ago
- e2612f4 gallium: move softpipe_get_tex_surface() into sp_texture.c by Brian · 17 years ago
- 5a57ffa Cell: added asmfiles rule by Brian · 17 years ago
- be92796 gallium: prototype draw_linestipple.c replaced by draw_stipple.c by Brian · 17 years ago
- ea3a2b4 gallium: remove per-fragment line stipple code by Brian · 17 years ago
- 329a847 gallium: new 'draw' stage for line stipple by Brian · 17 years ago
- 7f21d04 fix broken point rendering in sp_vbuf_render() by Brian · 17 years ago
- 382b86e gallium: add a src_index[] array to draw's vertex_info for mapping post-xform vertex attribs to hw vertex attribs by Brian · 17 years ago
- f4b89be Cell: use tile_t for color tile by Brian · 17 years ago
- f0be276 Cell: clean-up/re-org tile code by Brian · 17 years ago
- 661be1a Cell: use depth/stencil state to enable ztest by Brian · 17 years ago
- 45b5d3b enable call to cell_emit_state() by Brian · 17 years ago
- a1f4a5e Cell: improve "finished copying batch buffer" signalling. by Brian · 17 years ago
- 06b019d s/varible/variable/ by Brian · 17 years ago
- 7cbfe8c set param type to PROGRAM_CONSTANT when parsing immediates by Brian · 17 years ago
- fdc8636 use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/literals by Brian · 17 years ago
- e44bdcf Unify copy_rect helpers. by Michel Dänzer · 17 years ago
- 25e2b8d Revert "temporarily don't emit TGSI immediates, use the constant buffer" by José Fonseca · 17 years ago
- 271f9da Back-port miscellaneous fixes from internal branch (mostly portability fixes). by José Fonseca · 17 years ago
- b016f0a gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data. by José Fonseca · 17 years ago
- c04f417 gallium: Handle TGSI_OPCODE_END on sse2. by José Fonseca · 17 years ago
- 310e7ca temporarily don't emit TGSI immediates, use the constant buffer by Brian · 17 years ago
- bf3bdb3 gallium: Fix cut-n-paste error. by José Fonseca · 17 years ago
- 3eaf882 gallium: Alternative mm_bufmgr_create_from_buffer constructor for mm pool managers. by José Fonseca · 17 years ago
- 39b8303 gallium: Detect if a null buffer is passed. by José Fonseca · 17 years ago
- af51d18 gallium: fix warning by Keith Whitwell · 17 years ago
- 7771519 gallium: fix warning by Keith Whitwell · 17 years ago
- 66719dc gallium: hardwire reset_temps functionality by Keith Whitwell · 17 years ago
- 83417a8 gallium: whitespace changes by Keith Whitwell · 17 years ago
- e122a8f gallium: Ignore generated files. by José Fonseca · 17 years ago
- 5ea37f5 use NEGATE_X/Y/Z/W tokens by Brian · 17 years ago
- 8469699 clean-up swizzle fields in fog code, fix NegateBase by Brian · 17 years ago
- bdc3825 Fix broken fog. by Brian · 17 years ago
- ecc9cf4 Fix incorrect [0,1] clamping in store_dest(). by Brian · 17 years ago
- 13bfa87 tweaks to quad drawing, set UsesKill in bitmap shader by Brian · 17 years ago
- 27cff44 copy UsesKill state in _mesa_combine_programs() by Brian · 17 years ago
- d11fd18 vbuf updates/fixes (KeithW) by Brian · 17 years ago
- 0e6b78c s/DBG/DRAW_DBG by Brian · 17 years ago
- 1b5f20c remove useless assertions by Brian · 17 years ago
- 85cfe02 init front/back color attrib indexes to 0, not -1 by Brian · 17 years ago