summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: atomize FS constant bufferMarek Olšák2010-04-121-16/+20
* r300g: atomize compiler's state variables for fragment shaderMarek Olšák2010-04-121-4/+5
* r300g: atomize fragment shaderMarek Olšák2010-04-121-9/+23
* r300g: remove a false commentMarek Olšák2010-04-121-3/+0
* r300g: use a dummy replacement vertex shader if the shader compilation failsMarek Olšák2010-04-111-2/+5
* r300g: use a dummy replacement fragment shader if the shader compilation failsMarek Olšák2010-04-111-4/+1
* r300g: revisit some assertions and fix potential failuresMarek Olšák2010-04-111-3/+6
* r300g: use cliprects for scissoringMarek Olšák2010-04-111-15/+5
* r300g: cleanup handling of sampler viewsMarek Olšák2010-04-111-18/+37
* r300g: hack around issue with doom3 and 0 strideDave Airlie2010-04-111-0/+5
* Squashed commit of the following:Keith Whitwell2010-04-101-15/+16
* r300g: typecast using the r300_texture functionMarek Olšák2010-04-051-5/+5
* r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák2010-04-051-7/+34
* r300g: simplify accessing screen from contextMarek Olšák2010-04-051-26/+20
* r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-051-4/+5
* r300g: is_npot -> uses_pitchMarek Olšák2010-04-051-1/+1
* r300g: Expound on dithering comment.Corbin Simpson2010-04-021-4/+9
* r300g: make dithering work like fglrx.Dave Airlie2010-04-031-2/+4
* r300g: Remove unused variable.Vinson Lee2010-03-291-1/+0
* r300g: Bind constantbuf to Draw immediately, don't wait for render.Corbin Simpson2010-03-291-2/+6
* r300g: print errors even on non-debug buildsMarek Olšák2010-03-271-4/+3
* r300g: Make SWTCL clear work again.Corbin Simpson2010-03-271-128/+0
* Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson2010-03-261-34/+1
* r300g: fix scons buildMarek Olšák2010-03-211-2/+1
* r300g: cleanup tiling flags propagationMarek Olšák2010-03-211-8/+8
* r300g: split the vertex buffer alignment validationMarek Olšák2010-03-211-22/+29
* r300g: skip null vertex buffersMarek Olšák2010-03-211-1/+6
* r300g: Correctly hax max_index on pipe_vertex_buffers.Corbin Simpson2010-03-201-11/+27
* r300g: fix breakage after the gallium-sampler-view mergeMarek Olšák2010-03-191-4/+8
* r300g: add generating texture coordinates for point sprites (WIP)Marek Olšák2010-03-191-1/+34
* r300g: fix up after mergeKeith Whitwell2010-03-151-10/+11
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-151-8/+31
|\
| * r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-7/+21
| * r300g: add high quality anisotropic filtering for R5xx (disabled by default)Marek Olšák2010-03-131-0/+9
| * r300g: fix anisotropic filtering, fix macrotilingMarek Olšák2010-03-131-2/+2
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+1
|\|
| * r300g: Properly clamp index limits.Corbin Simpson2010-03-121-1/+1
* | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-109/+326
|\|
| * r300g: Precalculate and CSO-bind PSC state.Corbin Simpson2010-03-091-12/+185
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-12/+37
| |\
| | * r300g: Make velem CSO actually work.Corbin Simpson2010-03-021-5/+10
| | * r300g: adapt to new vertex element csoRoland Scheidegger2010-03-011-12/+32
| * | r300g: fix updating the tiling flags for the framebuffer stateMarek Olšák2010-03-081-3/+2
| * | r300g: remove unnecessary state emissions and clean upMarek Olšák2010-03-081-14/+23
| * | r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák2010-03-071-2/+4
| * | r300g: share the VS-output-mapping state with SWTCLMarek Olšák2010-03-071-30/+34
| * | r300g: minor cleanups after the no-rhw mergeMarek Olšák2010-03-061-3/+1
| * | r300g: Use a macro to consolidate general state handling.Corbin Simpson2010-03-021-10/+11
| * | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-021-2/+2
| |\ \