summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-193-9/+0
* i965: Improve the hashing of brw_state_cache keys to include the cache_id.Eric Anholt2010-01-191-32/+54
* i965: Remove obsolete comment about the state atoms.Eric Anholt2010-01-191-7/+1
* i965: Upload as many VS constants as possible through the push constants.Eric Anholt2010-01-195-12/+84
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-1917-168/+124
* i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads.Eric Anholt2010-01-181-46/+68
* i965: Only set up the stack register if it's going to get used.Eric Anholt2010-01-182-6/+23
* i965: Fix loads of non-relative-addr constants after a reladdr load.Eric Anholt2010-01-181-1/+7
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-1/+1
|\
| * i965: fix invalid assertion in emit_xpd(), againBrian Paul2010-01-061-1/+1
| * i965: fix invalid assertion in emit_xpd()Brian Paul2010-01-051-1/+1
* | intel: Remove leftover symlinks from DRI1 removal.Eric Anholt2010-01-071-1/+0
* | i965: Fix build after blind merge of mesa 7.7 by Brian.Eric Anholt2010-01-051-2/+3
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-0510-36/+24
|\ \
| * | intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-042-7/+0
| * | intel: Remove client-side vblank codeKristian Høgsberg2010-01-041-1/+0
| * | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-047-20/+19
| * | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-4/+0
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-043-3/+3
| * | Check for libdrm_$chipset.pc when neededKristian Høgsberg2010-01-041-1/+2
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-5/+5
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-20/+29
|\ \ \ | |/ / |/| / | |/
| * i965: Fix the surface offset calculation for tiled buffers.Eric Anholt2010-01-041-20/+30
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-315-5/+6
|\|
| * intel: Silence compiler warnings.Vinson Lee2009-12-285-6/+8
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-272-1/+2
| |\
| | * i965: Fix assert.Vinson Lee2009-12-241-1/+1
| | * i965: Add missing va_end.Vinson Lee2009-12-241-0/+1
* | | mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
* | | i965: Extra asserts on flow control instructions to clarify for clang.Eric Anholt2009-12-261-1/+3
* | | i965: Clean up double initialization of dst_flags from a rebase resolve.Eric Anholt2009-12-261-4/+0
* | | i965: Fix setup of immediate types for gen4 disasm.Eric Anholt2009-12-261-1/+1
* | | intel: Replace IS_965 checks with context structure usage.Eric Anholt2009-12-227-15/+17
* | | intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-2213-57/+69
* | | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-2222-62/+101
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-213-3/+17
|\| |
| * | i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt()Eric Anholt2009-12-181-0/+14
| * | i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-142-3/+3
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-112-13/+52
|\| |
| * | intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick2009-12-101-8/+2
| * | i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick2009-12-102-3/+48
| * | intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-101-2/+2
* | | intel: Attempt to fix up after "Update vertex texture code."Eric Anholt2009-12-101-1/+3
* | | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-011-0/+1
* | | Merge commit 'origin/mesa_7_7_branch'Maciej Cencora2009-11-234-5/+11
|\| |
| * | i965: Fix several memory leaks on exit.Eric Anholt2009-11-214-5/+11
* | | intel: Remove non-GEM support.Eric Anholt2009-11-191-8/+0
* | | intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt2009-11-193-6/+2
* | | i965: Pack brw_wm_fragment_program better.Eric Anholt2009-11-191-1/+1
* | | mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt2009-11-191-1/+0