texenvprogram: fix for ARB_draw_buffers.
[mesa.git] / src / mesa / state_tracker /
2010-03-31 Ben Skeggsst/mesa: use BITFIELD64_BIT to access shader OutputsWri...
2010-03-18 Brian Paulst/mesa: s/unpack/pack/ to be more consistent
2010-03-17 Brian Paulst/mesa: fix glCopyPixels bugs/crashes when src region...
2010-03-13 Keith Whitwellmesa: Fix memory leak in decompress-with-blit.
2010-03-11 Brian Paulst/mesa: s/BUFFER_FRONT_LEFT/surfIndex/
2010-03-11 Brian Paulst/mesa: fix st_set_framebuffer_surface() state validation
2010-03-10 Brian Paulst/mesa: fix incorrect glCopyPixels between window/FBO
2010-03-10 Brian Paulst/mesa: fix incorrect glDrawPixels into FBO
2010-03-08 Brian Paulst/mesa: don't detach renderbuffer, surface in st_finis...
2010-03-03 Ian Romanickmesa: Eliminate index parameter to _mesa_feedback_vertex
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-03-01 José Fonsecamesa: Rename pipe formats.
2010-03-01 José Fonsecamesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
2010-02-27 Marek Olšákst/mesa: do not advertise S3TC if the external lib...
2010-02-24 Brian Paulst/mesa: updated comments
2010-02-24 Brian Paulst/mesa: consolidate redundant format conversion code
2010-02-24 Brian Paulst/mesa: more format code clean-up and removal
2010-02-24 Brian Paulst/mesa: clean-ups in FBO code
2010-02-24 Brian Paulst/mesa: clean-up of format-related code
2010-02-24 Brian Paulst/mesa: use util_format_get_blocksize()
2010-02-24 Brian Paulst/mesa: code clean-ups in st_renderbuffer_alloc_storage()
2010-02-24 José Fonsecamesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 Michal Krolst/mesa: Reset clip state when clearing with quads.
2010-02-24 Michal Krolst/mesa: Use cso context to manage clip state.
2010-02-24 Brian Paulst/mesa: whitespace fixes
2010-02-22 Michal Krolgallium: Remove bypass_vs_clip_and_viewport from raster...
2010-02-22 Brian Paulst/mesa: change viewport Z scale/bias for glBitmap...
2010-02-22 Brian Paulst/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x
2010-02-22 Brian Paulmesa/st: Make ST_SURFACE_DEPTH index consistent with...
2010-02-21 Vinson Leest/mesa: Fix memory leak on out-of-memory error path.
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-18 Brian Paulst/mesa: added some bitmap debug code (disabled)
2010-02-18 Francisco JerezRevert "st/mesa: Make the frontbuffer visible on st_flu...
2010-02-18 Keith Whitwellst/mesa: always call FLUSH_CURRENT before st->pipe...
2010-02-17 Francisco Jerezst/mesa: Make the frontbuffer visible on st_flush(PIPE_...
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Brian Paulst/mesa: replace conditional with assertion
2010-02-16 Francisco Jerezst/dri2: Use event-driven buffer validation.
2010-02-15 Brian Paulst/mesa: minor assorted clean-ups
2010-02-15 Brian Paulst/mesa: change some function return types
2010-02-15 Brian Paulst/mesa: move per-fragment shader fields to local vars
2010-02-15 Brian Paulst/mesa: use _mesa_clone_fragment_program()
2010-02-14 José Fonsecamesa: Add missing include.
2010-02-14 José Fonsecamesa: Use util_format_name().
2010-02-13 Brian Paulst/mesa: restore draw rasterization stage after rasterpos
2010-02-12 Brian Paulst/mesa: improved draw_range_elements code
2010-02-12 Brian Paulst/mesa: rename state -> tgsi, updated comments
2010-02-12 Brian Paulst/mesa: remove unused var
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-11 Roland Scheideggergallium: make max_anisotropy a unsigned bitfield member
2010-02-11 Roland Scheideggergallium: give pipe_stencil_ref its own cso_save/restore...
2010-02-11 Brian Paulst/mesa: fix gallium texture level selection for RTT
2010-02-11 Roland Scheideggergallium: also save/restore stencil_ref in cso_save...
2010-02-11 Vinson Leest/mesa: Silence uninitialized variable warning in...
2010-02-10 Roland Scheideggerst/mesa: more fixes for stencil ref change.
2010-02-09 Roland Scheideggergallium: don't put stencil ref value in pipe_depth_sten...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-08 Roland Scheideggerst/mesa: fix wrong initialization of MaxPointSize
2010-02-09 Brian Paulst/mesa: remove special-case cyl-wrap code
2010-02-09 Brian Paulst/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
2010-02-09 José Fonsecamesa: Ensure object refcount is null when destroying...
2010-02-05 Brian Paulst/mesa: allow negative index for PROGRAM_STATE_VAR
2010-02-05 Brian Paulst/mesa: 'fix' point coord semantic info
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-05 Keith WhitwellMerge commit 'fj/mesa-next'
2010-02-04 Brian Paulmesa: change ctx->Driver.ProgramStringNotify() to retur...
2010-02-04 Roland Scheideggergallium: add point_quad_rasterization bit to rasterizer...
2010-02-04 Roland Scheideggergallium: add point size clamp to implementation limits...
2010-02-04 Vinson Leest/mesa: Remove unnecessary headers.
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Roland Scheideggergallium: clean up point sprite rasterizer state
2010-02-03 Francisco Jerezmesa: Factor out the fb initialization details from...
2010-02-03 Keith Whitwellmesa/st: bump the gallium version number
2010-02-03 Keith Whitwellst/mesa: remove some floating point divides in viewport...
2010-02-02 José Fonsecagallium: pipe/p_inlines.h -> util/u_inlines.h
2010-02-02 Brian Paulst/mesa: fix texture deallocation bug
2010-02-01 Keith Whitwellst/mesa: remove duplicate calculation of fp input mapping
2010-02-01 Keith Whitwellst/mesa: remove dead stfp input_map array
2010-02-01 José Fonsecamesa: Add missing includes.
2010-01-31 Vinson Leest/mesa: Remove unnecessary headers.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-29 Keith WhitwellMerge commit 'lb2/arb_fragment_coord_conventions'
2010-01-29 Brian Paulst/mesa: check that state is validated before drawing
2010-01-29 Luca Barbierist/mesa: Gallium support for ARB_fragment_coord_convent...
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Michal Krolgallium: Enable multiple constant buffers for vertex...
2010-01-27 Vinson Leest/mesa: Silence uninitialized variable warning.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Roland Scheideggermesa/st: code cleanups for new blend functionality
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Roland Scheideggerst/mesa: handle EXT_draw_buffers2 per rendertarget...
2010-01-25 Luca BarbieriFix compressed texture loads for non-minimal pitches...
2010-01-25 Brian Paulst/mesa: fix int->uint conversion for negative scissor...
2010-01-24 Xavier Chantryst/mesa: fix unsigned/signed breakage in scissor
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-23 Brian Paulst/mesa: fix incorrect freeing of drawpixels vertex...
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
next