aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Move program compile to emit() time.Eric Anholt2011-10-295-9/+13
* i965/gen4: Move CURBE offset calculation to emit() time.Eric Anholt2011-10-291-1/+1
* i965/gen4: Fold push constant prepare()/emit() together.Eric Anholt2011-10-291-13/+9
* i965/gen6: Move viewport state setup to emit() time.Eric Anholt2011-10-291-4/+4
* i965/gen4: Move URB fence recalculate to emit() time.Eric Anholt2011-10-291-1/+1
* i965: Fold the gen6/7 URB state prepare()/emit() together.Eric Anholt2011-10-292-18/+6
* i965: Move VS pull constant upload to emit() time.Eric Anholt2011-10-291-2/+2
* i965: Fold prepare() and emit() of VS surface state setup together.Eric Anholt2011-10-291-37/+25
* i965: Move WM pull constant setup to emit() time.Eric Anholt2011-10-291-2/+2
* i965/gen7: Fold WM surface state prepare()/emit() together.Eric Anholt2011-10-291-38/+18
* i965/gen4: Fold WM surface state prepare()/emit() together.Eric Anholt2011-10-291-36/+18
* i965: Move sampler state to emit() time.Eric Anholt2011-10-292-4/+4
* i965/gen4: Move unit state setup to emit() time.Eric Anholt2011-10-296-10/+11
* i965/gen7: Fold prepare() and emit() of SF CLIP/VP state together.Eric Anholt2011-10-291-9/+4
* i965/gen4: Move CC VP to emit() time, since it's only needed by CC's emit().Eric Anholt2011-10-291-2/+2
* i965: Move push constants setup to emit() time.Eric Anholt2011-10-292-6/+6
* i965/gen6: Move setup of CC state batches to emit time.Eric Anholt2011-10-292-6/+6
* i965: Check Fallback again after upload.Eric Anholt2011-10-291-1/+6
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-2912-109/+2
* i965: Use the batch save/reset code to avoid needing the BO validate step.Eric Anholt2011-10-291-33/+27
* intel: Return error value from intel_batchbuffer_flush().Eric Anholt2011-10-292-6/+12
* i965: Add a note about an unsafe-looking state check.Eric Anholt2011-10-291-0/+5
* intel: Add an interface for saving/restoring the batchbuffer state.Eric Anholt2011-10-293-0/+28
* i915: Move the always_flush_cache code to triangle emit.Eric Anholt2011-10-292-4/+8
* radeon/r200: forgot one somehowDave Airlie2011-10-291-1/+2
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-2914-351/+4
* i965: Use glsl_type::column_type instead of open-coding itIan Romanick2011-10-281-3/+1
* r300c/compiler: remove the compiler tooMarek Olšák2011-10-2861-17084/+0
* i965/fs: Use the actual hardware g0 register for texel offset setup.Kenneth Graunke2011-10-281-1/+1
* radeon: Remove the non-libdrm kernel memory manager support.Eric Anholt2011-10-288-464/+2
* radeon: Insist on libdrm being present to build.Eric Anholt2011-10-283-98/+3
* dri: Remove driver GenerateMipmap hooks.Eric Anholt2011-10-284-67/+0
* radeon: Drop some remaining DRI1 vblank support code.Eric Anholt2011-10-283-58/+0
* intel: remove dead prototype for old DRI1 code.Eric Anholt2011-10-281-5/+0
* radeon: Simplify cliprects computation now that there's just 1.Eric Anholt2011-10-283-69/+15
* radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).Eric Anholt2011-10-281-54/+38
* radeon: Drop the legacy BO manager code.Eric Anholt2011-10-287-988/+0
* radeon: Drop the DRI1 zero-copy TFP code.Eric Anholt2011-10-285-92/+0
* radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.Eric Anholt2011-10-286-458/+0
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-2816-349/+0
* radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt2011-10-283-294/+0
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-2813-711/+112
* r200: Drop the non-kernel-memory-manager and DRI1 code.Eric Anholt2011-10-286-528/+86
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-283-636/+6
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-28183-56328/+0
* radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt2011-10-281-495/+5
* dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.Eric Anholt2011-10-283-10/+3
* radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.Eric Anholt2011-10-281-10/+1
* radeon: Remove dead swrast renderbuffer setup code.Eric Anholt2011-10-281-29/+20
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-279-39/+122