summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: updated commentsBrian Paul2010-02-242-3/+4
* st/mesa: consolidate redundant format conversion codeBrian Paul2010-02-241-86/+21
* st/mesa: more format code clean-up and removalBrian Paul2010-02-242-68/+18
* st/mesa: clean-ups in FBO codeBrian Paul2010-02-241-21/+6
* st/mesa: clean-up of format-related codeBrian Paul2010-02-243-77/+13
* st/mesa: use util_format_get_blocksize()Brian Paul2010-02-241-1/+1
* st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul2010-02-241-8/+7
* mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-3/+7
* st/mesa: whitespace fixesBrian Paul2010-02-231-4/+1
* st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2010-02-222-4/+10
* st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul2010-02-222-1/+9
* mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Brian Paul2010-02-221-1/+1
* st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee2010-02-211-1/+3
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-1911-27/+27
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* st/mesa: added some bitmap debug code (disabled)Brian Paul2010-02-181-0/+22
* Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-181-4/+8
* st/mesa: always call FLUSH_CURRENT before st->pipe->flush()Keith Whitwell2010-02-181-2/+1
* st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).Francisco Jerez2010-02-171-9/+6
* st/mesa: replace conditional with assertionBrian Paul2010-02-171-7/+2
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-164-82/+6
* st/mesa: minor assorted clean-upsBrian Paul2010-02-141-8/+12
* st/mesa: change some function return typesBrian Paul2010-02-141-15/+15
* st/mesa: move per-fragment shader fields to local varsBrian Paul2010-02-142-20/+19
* st/mesa: use _mesa_clone_fragment_program()Brian Paul2010-02-141-1/+1
* mesa: Add missing include.José Fonseca2010-02-141-0/+1
* mesa: Use util_format_name().José Fonseca2010-02-142-2/+2
* st/mesa: restore draw rasterization stage after rasterposBrian Paul2010-02-121-0/+8
* st/mesa: improved draw_range_elements codeBrian Paul2010-02-121-9/+7
* st/mesa: rename state -> tgsi, updated commentsBrian Paul2010-02-126-22/+24
* st/mesa: remove unused varBrian Paul2010-02-121-3/+0
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-123-4/+17
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
| * gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-111-0/+2
| * gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2010-02-111-17/+2
| * st/mesa: more fixes for stencil ref change.Roland Scheidegger2010-02-102-2/+20
| * gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-1/+9
* | st/mesa: fix gallium texture level selection for RTTBrian Paul2010-02-111-3/+11
* | st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.Vinson Lee2010-02-101-1/+2
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-093-15/+59
|\
| * st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger2010-02-081-0/+4
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+2
| * gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger2010-02-042-0/+41
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-12/+13
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-3/+0
* | st/mesa: remove special-case cyl-wrap codeBrian Paul2010-02-091-9/+1
* | st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul2010-02-092-5/+22
* | mesa: Ensure object refcount is null when destroying the buffer.José Fonseca2010-02-091-0/+2
* | st/mesa: allow negative index for PROGRAM_STATE_VARBrian Paul2010-02-051-1/+1