summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st: silence warningBrian Paul2009-03-091-0/+2
* st: remove unused DrawPixels codeBrian Paul2009-03-091-124/+4
* st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul2009-03-093-4/+19
* st: also check for a8 texture support in bitmap codeKeith Whitwell2009-03-091-0/+4
* gallium: use unsigned long to silence warnings with 64-bit buildBrian Paul2009-03-071-1/+1
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-072-0/+2
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-1/+1
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: Follow ARB_map_buffer_range more stricly.José Fonseca2009-03-041-6/+26
* mesa: Clear cache->trans after destroying the transfer.José Fonseca2009-03-041-0/+1
* Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-0417-70/+58
|\
| * gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-046-6/+0
| * gallium: Unify reference counting.Michel Dänzer2009-03-0415-62/+58
| * gallium: remove old state tracker renderbuffer attachment assertionBrian Paul2009-03-031-2/+0
* | mesa: Implement and use FlushMappedBufferRange.José Fonseca2009-03-041-2/+13
* | mesa: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2009-03-031-2/+7
|/
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-1/+34
|\
| * mesa/st: implement MapBufferRange callbackKeith Whitwell2009-03-031-1/+34
| * wgl: Do not provide DllMain inside the state tracker.José Fonseca2009-01-065-24/+19
| * wgl: Ensure public symbols get the proper DLL linkage attributes.José Fonseca2009-01-0613-36/+52
| * mesa: pass shader centroid/invariant info through to the TGSI shaderBrian Paul2009-01-063-37/+80
| * gallium: fix two-sided lighting test in state trackerBrian Paul2008-12-181-3/+6
* | gallium: only enable depth test if a depth bufffer is availableBrian Paul2009-03-021-3/+5
* | mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-283-12/+12
* | mesa: fix remaining FEEDBACK_TOKEN macrosJoakim Sindholt2009-02-281-5/+5
* | gallium: fix state tracker's stencil buffer testBrian Paul2009-02-271-1/+1
* | gallium: add st_validate_framebuffer() driver functionBrian Paul2009-02-271-0/+20
* | mesa/st: support l8 as well as i8 in bitmap codeKeith Whitwell2009-02-241-1/+13
* | gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-245-37/+16
* | gallium: include st_cb_viewport.h to silence warningBrian Paul2009-02-231-0/+1
* | gallium: fix build breakage in st_cb_viewport.cBrian Paul2009-02-231-0/+2
* | mesa: only call update_buffer when it's availableAlan Hourihane2009-02-231-1/+1
* | gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane2009-02-233-0/+81
* | mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-1/+2
* | mesa: use an array for current texture objectsBrian Paul2009-02-211-1/+1
* | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul2009-02-201-9/+30
* | mesa: support GL_EXT_stencil_two_side in gallium/mesa state trackerBrian Paul2009-02-192-25/+28
* | mesa: Free the util shaders with the gallium's FREE.José Fonseca2009-02-193-3/+4
* | Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-1810-294/+314
|\ \
| * | gallium: fix mergeKeith Whitwell2009-02-161-29/+5
| * | Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-1619-54/+82
| |\ \
| * | | gallium: Various coordinate fixups for texture transfers.Michel Dänzer2009-02-133-9/+9
| * | | gallium: Fix GL_DEPTH CopyPixels tile coordinates.Michel Dänzer2009-02-121-1/+1
| * | | gallium: Fix accumulation buffer tile coordinates.Michel Dänzer2009-02-121-5/+5
| * | | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-0510-291/+311
* | | | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* | | | mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane2009-02-171-9/+0
| |/ / |/| |
* | | mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-1212-15/+19
* | | mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-1214-37/+37
* | | Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul2009-02-102-4/+2
|\ \ \