summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \
| * | | Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin2009-02-101-1/+1
| * | | mesa: Compare formats using nominal bytes per pixel.José Fonseca2009-02-101-3/+1
* | | | mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-092-2/+4
|/ / /
* / / mesa: fix offset problem with interleaved arraysAlan Hourihane2009-02-031-1/+1
|/ /
* | gallium: remove pipe_buffer from surfacesZack Rusin2009-02-022-7/+6
* | Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell2009-02-0225-4483/+0
|\ \
| * | wgl: relocate wgl code to state_trackers/wglKeith Whitwell2009-01-2725-4488/+0
* | | stw: Remove pipe_winsys references.José Fonseca2009-01-302-2/+1
* | | gallium: Don't ask winsys name -- let pipe screen do that if it wants.José Fonseca2009-01-301-5/+2
* | | stw: Don't use the winsys.José Fonseca2009-01-303-9/+5
* | | gallium: make p_winsys internalZack Rusin2009-01-306-10/+10
* | | gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-2/+0
* | | gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* | | gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-3/+3
* | | gallium: standardize naming of masksZack Rusin2009-01-272-6/+6
* | | gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-272-4/+4
|/ /
* | gallium: updated comments in st_extensions.cBrian Paul2009-01-261-7/+12
* | mesa: declare pipe_texture in st_public.hPekka Paalanen2009-01-241-0/+1
* | wgl: Adapt for st_get_framebuffer_surface call change.José Fonseca2009-01-231-1/+1
* | gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane2009-01-233-19/+26
* | statetracker: copy back color buffer to front buffer when neededBrian Paul2009-01-191-1/+13
* | stw: Dispatch to our stw_winsys::flush_front_bufferJosé Fonseca2009-01-162-0/+27
* | mesa: tweak to formattingAlan Hourihane2009-01-151-2/+2
* | mesa: small cleanupAlan Hourihane2009-01-151-6/+5
* | mesa: revert partial commit for 0x0 render targetsAlan Hourihane2009-01-151-5/+4
* | mesa: handle some cases of 0x0 render targetsAlan Hourihane2009-01-143-8/+15
* | st: build fixAlan Hourihane2009-01-091-1/+0
* | wgl: Do not provide DllMain inside the state tracker.José Fonseca2009-01-085-24/+19
* | wgl: Ensure public symbols get the proper DLL linkage attributes.José Fonseca2009-01-0813-36/+52