summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-13r300g: turn blend state into a CBMarek Olšák3-35/+49
2010-06-13r300g: add API for building command buffersMarek Olšák2-0/+145
2010-06-13r300g: inline FLUSH_CSMarek Olšák2-10/+4
2010-06-13r300g: reorder CS macros and document them a littleMarek Olšák2-38/+52
2010-06-13r300g: drop DBG_CSMarek Olšák3-47/+1
2010-06-13r300g: inline CHECK_CSMarek Olšák1-4/+1
2010-06-13r300g: replace r300_cs_info with simplier get_cs_free_dwordsMarek Olšák4-23/+9
2010-06-13r300g: fix multiple render targetsMarek Olšák1-11/+6
2010-06-13r300g: remove r300_state.hMarek Olšák4-34/+8
2010-06-13r300g: move two-sided stencilref fallback to its own fileMarek Olšák5-130/+164
2010-06-13r300g: move index buffer translate functions to their new homeMarek Olšák3-130/+144
2010-06-13r300g: add fallback for unaligned/unsupported vertex stride/offset/formatMarek Olšák7-9/+209
2010-06-13r300g: upload only vertex buffers referenced by vertex elementsMarek Olšák1-17/+20
2010-06-12i965: Fix gen6 front cull mode.Eric Anholt1-1/+1
2010-06-12i965: Use the new message header format for FF_SYNC on gen6.Zhenyu Wang1-2/+7
2010-06-12i965: Add support for math instructions in the gen6 WM.Zhenyu Wang1-0/+15
2010-06-12i965: Set the correct WM GRF start reg on gen6.Zhenyu Wang1-1/+2
2010-06-12i965: Update gen6 paths for the streaming rework.Eric Anholt3-31/+4
2010-06-12i965: Stream out CC unit state.Eric Anholt3-155/+66
2010-06-12draw/gs: copy the outputs only if we emitted somethingZack Rusin1-3/+5
2010-06-12softpipe: small cleanupZack Rusin1-1/+3
2010-06-12r300/compiler: fix scons buildJoakim Sindholt1-0/+1
2010-06-12i965: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-11scons: Disable i965g build if using MSVC.Vinson Lee1-0/+4
2010-06-11scons: Disable i915g build if using MSVC.Vinson Lee1-0/+4
2010-06-11r300/compiler: Handle more complex conditionals in loops.Tom Stellard1-71/+84
2010-06-11r300/compiler: Fix warning.Tom Stellard1-1/+1
2010-06-11r300/compiler: Handle SGT and SLE at the beginning of loops.Tom Stellard1-3/+11
2010-06-11r300/compiler: Verify assumptions about opcode types.Tom Stellard1-4/+33
2010-06-11r300/compiler: Unroll loops that decrement the counter.Tom Stellard1-49/+83
2010-06-11r300/compiler: Unroll loops that have a constant number of iterations.Tom Stellard1-2/+209
2010-06-11r300/compiler: Implement simple loop emulationTom Stellard7-3/+233
2010-06-11i965: Remove the surface key used to generate constant surfaces.Eric Anholt3-62/+14
2010-06-11i965: Warning fixes from the i965-streaming merge.Eric Anholt2-11/+0
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin11-5/+153
2010-06-11tgsi: support 2d indirect addressingZack Rusin5-18/+86
2010-06-11i965: Use the state base address to avoid relocations.Eric Anholt3-38/+23
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt7-22/+12
2010-06-11i965: Remove brw_state_cache_bo_delete now that it's unused again.Eric Anholt2-37/+0
2010-06-11i965: Remove caching of surface state objects.Eric Anholt8-288/+192
2010-06-11i965: Convert the binding table to streamed indirect state.Eric Anholt8-146/+132
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt8-78/+79
2010-06-11i965: Add support for streaming indirect state rather than caching objects.Eric Anholt5-1/+66
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt7-12/+67
2010-06-11i965: Update old comment about state cache sizing.Eric Anholt1-2/+2
2010-06-11i965: Move no_batch_wrap assertion out across the area we're trying to verify.Eric Anholt1-5/+3
2010-06-10i965: remove UseProgram driver callbackBrian Paul1-10/+0
2010-06-11docs: Update EGL doc.Chia-I Wu1-19/+17
2010-06-11st/egl: Do not build non-working driver combinations.Chia-I Wu1-0/+6
2010-06-11st/egl: Add fbdev backend.Chia-I Wu3-6/+501