summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix some defines of gen6 regs from docs comparison.Eric Anholt2010-02-251-4/+5
* i965: Reconnect the index/vertex setup.Eric Anholt2010-02-254-15/+40
* i965: Set up the SNB URB.Eric Anholt2010-02-256-2/+92
* i965: Try sending prims down the pipeline.Eric Anholt2010-02-251-4/+0
* i965: Try uploading SNB VS constants.Eric Anholt2010-02-251-9/+52
* i965: Try turning on the VS.Eric Anholt2010-02-251-1/+2
* i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt2010-02-253-16/+29
* i965: Add untested REJECT_ALL clip state.Eric Anholt2010-02-255-2/+100
* i965: Add untested passthrough GS setup.Eric Anholt2010-02-255-5/+102
* i965: Add untested Sandybridge passthrough VS setup.Eric Anholt2010-02-255-4/+101
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-259-5/+592
* i965: Set up sandybridge binding table pointers but don't enable it yet.Eric Anholt2010-02-253-0/+39
* i965: Update WM surface state setup for sandybridge's new BLEND_STATE.Eric Anholt2010-02-252-17/+24
* i965: Set up sandybridge depthbuffer.Eric Anholt2010-02-252-3/+20
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-252-4/+96
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-1914-97/+97
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-198-26/+26
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-192-2/+2
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+2
* i965: Remove unnecessary headers.Vinson Lee2010-02-121-8/+0
* i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt2010-02-063-11/+13
* i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.Eric Anholt2010-02-061-0/+1
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-3/+7
* i965: Silence uninitialized variable warning.Vinson Lee2010-01-311-1/+1
* i965: Remove unnecessary headers.Vinson Lee2010-01-303-3/+0
* intel: Clean up stale comments about cliprects.Eric Anholt2010-01-261-3/+3
* i965: Remove DRI1 leftovers from stipple offset handling.Eric Anholt2010-01-261-3/+3
* i965: Add support for EXT_draw_buffers2.Eric Anholt2010-01-261-2/+2
* i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.Eric Anholt2010-01-263-16/+35
* i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt2010-01-251-3/+1
* i965: Fix build after merge of mesa stable branch.Eric Anholt2010-01-251-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2518-31/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-2218-31/+0
* | i965: add support for ARB_half_float_vertexDave Airlie2010-01-231-0/+11
* | dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-2/+0
* | 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