Merge branch '7.8'
[mesa.git] / src / mesa / state_tracker /
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian Paulst/mesa: invert scissor rect depending on FB orientation
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_texture/st_get_stobj_resource/
2010-04-19 Brian Paulst/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
2010-04-19 Brian Paulst/mesa: remove st_texture_object::pipe field
2010-04-19 Brian Paulst/mesa: s/st_renderbuffer_get_sampler_view/st_get_rend...
2010-04-19 Brian Paulst/mesa: s/st_sampler_view_from_texture/st_create_textu...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_sampler_view/st_get_texture_sam...
2010-04-16 Brian Paulst/mesa: add prototype for st_bufferobj_validate_usage()
2010-04-16 Vinson Leest/mesa: Remove NULL check of pointer that could not...
2010-04-16 Vinson Leest/mesa: Move dereference and assignment to after NULL...
2010-04-15 Vinson Leest/mesa: Remove unnecessary headers.
2010-04-14 Marek Olšákst/mesa: put ATI_texture_mirror_once in the right place
2010-04-14 Marek Olšákst/mesa: trivially enable ATI_texture_mirror_once
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Chia-I Wust/mesa: Drop st_public support.
2010-04-12 Luca Barbierist/mesa: half float vertex support (unexposed)
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Vinson Leest/mesa: Silence uninitialized variable warning.
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Chia-I WuFix copyright headers.
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-09 Brian Paulst/mesa: new assertions to check array indexes
2010-04-08 Brian Paulst/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 Chia-I Wumesa: Add OES_EGL_image to extension list.
2010-04-06 Brian Paulst/mesa: reformatting
2010-04-06 Brian Paulst/mesa: put fragment wpos code into separate function
2010-04-05 Marek Olšákst/mesa: trivially enable GL_EXT_gpu_program_parameters
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-05 Brian Paulst/mesa: call pipe_context::draw_arrays/elements_instan...
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-04 Chia-I Wust/mesa: Implement GL_OES_EGL_image driver hooks.
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 Ben Skeggsst/mesa: use BITFIELD64_BIT to access shader OutputsWri...
2010-03-31 Ben Skeggsst/mesa: use BITFIELD64_BIT to access shader OutputsWri...
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-29 Roland ScheideggerMerge branch 'master' into gallium-new-formats
2010-03-29 Roland Scheideggergallium: adapt all code to the renamed depth/stencil...
2010-03-29 José Fonsecamesa/st: util_format_is_compressed() -> util_format_is_...
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-24 Brian Paulst/mesa: fix typo in prev commit
2010-03-24 Brian Paulst/mesa: fix sampler_view destruction bug when texture...
2010-03-24 Brian Paulst/mesa: code clean-ups, formatting fixes, comments...
2010-03-24 Brian Paulst/mesa: rename st_clear() to st_Clear()
2010-03-24 Brian Paulst/mesa: return GL_TRUE/GL_FALSE if return type is...
2010-03-23 Luca Barbierist/mesa: make st_manager.c set have[Stencil|Depth]Buffe...
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian Paulst/mesa: rename st_framebuffer() to st_ws_framebuffer()
2010-03-22 Vinson Leest/mesa: Remove unnecessary headers.
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-18 Brian Paulst/mesa: s/unpack/pack/ to be more consistent
2010-03-18 Chia-I Wust/mesa: Set the pipe context of the texture object.
2010-03-17 Brian Paulst/mesa: plug in default for pipe_context::surface_copy...
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Brian Paulst/mesa: fix glCopyPixels bugs/crashes when src region...
2010-03-17 Corbin Simpsonst/mesa: Fix build breakage.
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Michal Krolst/mesa: Invalidate sampler view when texture object...
2010-03-16 Roland Scheideggergallium: change remaining util functions to use cso...
2010-03-16 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Michal Krolst/mesa: Fix a call to st_get_stobj_sampler_view().
2010-03-15 Michal Krolst/mesa: Pass in correct sampler view object to blitter.
2010-03-15 Michal Krolgallium: util_blit_pixels() takes source sampler view...
2010-03-15 Michal Krolst/mesa: Cache FBO texture's sampler view object.
2010-03-15 Chia-I Wust/mesa: Update the comments in st_manager.c.
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-14 Chia-I Wust/mesa: Fix handling of FBO.
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 Chia-I Wust/mesa: Validate the state in st_readpixels.
2010-03-13 Keith Whitwellmesa: Fix memory leak in decompress-with-blit.
2010-03-13 Chia-I Wust/mesa: Set revalidate in st_framebuffer_update_attach...
2010-03-13 Corbin SimpsonRevert "st/mesa: Always recalculate invalid index bounds."
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Michal Krolst/mesa: Associate a sampler view with an st texture...
2010-03-12 Marek Olšákgallium: fix BGRA vertex color swizzles
2010-03-12 Corbin Simpsonst/mesa: Always recalculate invalid index bounds.
2010-03-12 Corbin Simpsonst/mesa: Update debug infos.
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-12 Chia-I Wust/mesa: Check the format before adding depth/stencil...
2010-03-12 Chia-I Wust/mesa: Implement st_api.h.
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-11 Roland Scheideggerst/mesa: don't enable extensions which aren't actually...
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Marek Olšákst/dri: move extension initilization to st/mesa completely
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Marek Olšákst/mesa: always advertise texture_rectangle
2010-03-10 Brian Paulst/mesa: set strb->format field in st_render_texture()
next