summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | softpipe: fix off-by-one in nearest texcoord routinesKeith Whitwell2009-07-271-4/+4
| * | softpipe: example fast paths for simple samplersKeith Whitwell2009-07-273-5/+333
| * | softpipe: fastpath for interpolated z16 less depthtestingKeith Whitwell2009-07-271-4/+139
| * | softpipe: cope with nr_cbufs == 0Keith Whitwell2009-07-271-3/+13
| * | softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-2713-957/+580
| * | softpipe: fix error in scissor state dependenciesKeith Whitwell2009-07-251-2/+10
| * | softpipe: cleanup framebuffer state routine slightlyKeith Whitwell2009-07-251-40/+10
| * | softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell2009-07-2410-972/+727
| * | softpipe: fix typoKeith Whitwell2009-07-241-1/+1
| * | softpipe: example fastpaths in blendingKeith Whitwell2009-07-241-11/+121
| * | softpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-07-248-139/+135
| * | softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-2414-633/+745
| * | softpipe: rip out old mulithread supportKeith Whitwell2009-07-244-305/+57
| * | softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell2009-07-232-9/+16
| * | softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell2009-07-232-18/+31
| * | softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell2009-07-224-97/+168
| * | softpipe: remove unused vars in sp_setup.cKeith Whitwell2009-07-221-5/+0
| * | softpipe: use bitwise logic to setup quad masks in sp_setupKeith Whitwell2009-07-221-25/+40
| * | softpipe: simplify flush_spansKeith Whitwell2009-07-221-53/+19
| * | softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell2009-07-226-35/+70
| * | gallium/xlib: use XSHM for swapbuffersKeith Whitwell2009-07-221-45/+53
| * | util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-221-2/+0
| * | softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-2214-65/+62
* | | gallium/include: update some commentsKeith Whitwell2009-09-231-2/+20
* | | st/xorg: fix a typoZack Rusin2009-09-231-1/+1
* | | st/xorg: keep the user buffer contents aroundZack Rusin2009-09-232-38/+34
* | | wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-2314-798/+525
* | | gdi: Update for WGL statetracker source reorg.José Fonseca2009-09-232-2/+2
* | | wgl: Flatten the source tree.José Fonseca2009-09-2323-28/+27
* | | wgl: Fix debug_printf format specifiers.José Fonseca2009-09-231-6/+6
* | | gallium: Update vendor string.José Fonseca2009-09-234-4/+4
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-225-37/+53
|\ \ \ | | |/ | |/|
| * | mesa: don't re-use the meta glDrawPixels VBO; create a new one each timeBrian Paul2009-09-221-30/+22
| * | mesa: fix more buffer object error messagesBrian Paul2009-09-221-3/+3
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-222-6/+15
| |\ \
| | * | glx: include string.h to silence missing memset() prototype warningBrian Paul2009-09-221-0/+1
| | * | mesa: fix error message textBrian Paul2009-09-221-1/+1
| | * | GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden2009-09-211-6/+14
| * | | r300: Fix crash reported in bug #24066Nicolai Hähnle2009-09-221-0/+15
| * | | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-212-4/+4
| |\| |
| | * | intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt2009-09-211-0/+5
| | * | softpipe: Fix cube face selection.Brian Paul2009-09-211-2/+2
| | * | swrast: fix cube face selectionBrian Paul2009-09-211-2/+2
| * | | mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul2009-09-211-4/+31
| * | | mesa: make max_buffer_index() a non-static functionBrian Paul2009-09-212-8/+14
| * | | radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora2009-09-211-2/+9
| * | | mesa: add some debug info to teximage.cMaciej Cencora2009-09-211-0/+87
| * | | r300: fix a typoMaciej Cencora2009-09-211-1/+1
* | | | r600 : add draw_prim support, make up one lost change.Richard Li2009-09-221-0/+1
* | | | r600 : add draw_prim support.Richard Li2009-09-2215-47/+1217