summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-16/+16
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-1/+1
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-6/+6
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-181-2/+0
* st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez2010-02-171-2/+2
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-163-4/+27
* wgl: Be lenient when sharing contexts.José Fonseca2010-02-151-2/+1
* python: Reconstruct blend state objects from binary blobs.José Fonseca2010-02-151-0/+17
* python: Pretty-printing of blend state.José Fonseca2010-02-142-1/+19
* xorg: Use util_format_name().José Fonseca2010-02-141-6/+7
* python: Tell swig how to index per-rendertarget blend state.José Fonseca2010-02-141-0/+14
* python: Pass p_format.h as-is to swig now that it has no inlines.José Fonseca2010-02-142-155/+1
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-1478-5041/+1
* st/python: fix build error after gallium-screen-context mergeMarek Olšák2010-02-141-1/+1
* wgl: Implement wglSwapMultipleBuffers.José Fonseca2010-02-134-2/+31
* st/xlib: Remove unnecessary header.Vinson Lee2010-02-121-1/+0
* wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca2010-02-121-0/+1
* st/dri: don't expose visuals we'll have trouble supportingZack Rusin2010-02-121-9/+20
* st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin2010-02-122-31/+77
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-123-13/+18
|\
| * gallium: adapt state trackers to stencil ref changeRoland Scheidegger2010-02-103-13/+18
* | wgl: Do not reach out and destroy contexts on cleanup.José Fonseca2010-02-121-10/+12
* | wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca2010-02-124-1/+30
* | dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-3/+6
* | st/xorg: fix a silly offset bug in xvZack Rusin2010-02-101-2/+9
* | dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-1/+1
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-1/+1
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-1/+1
* | Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-092-3/+3
* | st/dri: fix compile breakageKeith Whitwell2010-02-081-1/+1
* | egl: re-fix context_create typoKeith Whitwell2010-02-081-1/+1
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-0818-152/+25
* | gallium/python: support two more formats in retrace dumpsZack Rusin2010-02-051-0/+2
* | egl: Remove egl_xdri.Chia-I Wu2010-02-054-4/+695
* | egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-041-36/+3
* | st/egl: Add missing headers to kms display.Chia-I Wu2010-02-041-0/+2
* | st/egl: Add missing headers.Vinson Lee2010-02-032-0/+2
* | egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-043-0/+3
* | gallium: fix more missing includes from various placesDave Airlie2010-02-043-0/+5
* | Merge branch 'gallium-embedded'José Fonseca2010-02-0326-27/+27
|\ \
| * | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
| * | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-023-3/+3
| * | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0222-22/+22
* | | vega: implement tgsi_ureg shaders cacheIgor Oliveira2010-02-021-74/+75
* | | vega: change tgsi asm by tgsi_uregIgor Oliveira2010-02-021-171/+380
* | | st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu2010-02-021-9/+11
|/ /