aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-202-2/+2
* Merge branch 'gallium-index-bias'José Fonseca2010-04-202-7/+7
|\
| * mesa/st: Update for index bias interface change.José Fonseca2010-04-192-7/+7
* | Merge branch '7.8'Jesse Barnes2010-04-191-5/+8
|\ \
| * | st/mesa: invert scissor rect depending on FB orientationBrian Paul2010-04-191-5/+8
* | | Merge branch '7.8'Brian Paul2010-04-192-2/+2
|\| |
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-192-2/+2
* | | st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul2010-04-181-1/+1
* | | st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul2010-04-183-4/+4
* | | st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-188-14/+15
* | | st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul2010-04-184-5/+5
* | | st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul2010-04-185-9/+9
* | | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-186-6/+6
| |/ |/|
* | st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul2010-04-161-0/+6
* | st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee2010-04-161-4/+3
* | st/mesa: Move dereference and assignment to after NULL check.Vinson Lee2010-04-151-1/+2
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-04-141-3/+0
* | st/mesa: put ATI_texture_mirror_once in the right placeMarek Olšák2010-04-141-2/+1
* | st/mesa: trivially enable ATI_texture_mirror_onceMarek Olšák2010-04-141-0/+2
* | st/mesa: Drop st_public support.Chia-I Wu2010-04-1315-1017/+22
* | st/mesa: half float vertex support (unexposed)Luca Barbieri2010-04-121-1/+10
* | st/mesa: Silence uninitialized variable warning.Vinson Lee2010-04-101-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-1028-380/+426
* | Fix copyright headers.Chia-I Wu2010-04-104-20/+24
* | Merge branch '7.8'Brian Paul2010-04-091-21/+20
|\|
| * st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regressionBrian Paul2010-04-081-21/+20
| * st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs2010-03-312-4/+4
* | st/mesa: new assertions to check array indexesBrian Paul2010-04-091-0/+3
* | mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+3
* | st/mesa: reformattingBrian Paul2010-04-051-5/+5
* | st/mesa: put fragment wpos code into separate functionBrian Paul2010-04-051-46/+60
* | st/mesa: trivially enable GL_EXT_gpu_program_parametersMarek Olšák2010-04-051-0/+1
* | st/mesa: call pipe_context::draw_arrays/elements_instanced()Brian Paul2010-04-041-4/+19
* | st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-045-0/+243
* | Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-315-41/+41
|\ \
| * \ Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-1/+1
| |\ \
| * | | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-305-41/+41
* | | | st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs2010-03-312-4/+4
| |/ / |/| |
* | | mesa/st: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-1/+1
|/ /
* | st/mesa: fix typo in prev commitBrian Paul2010-03-241-1/+1
* | st/mesa: fix sampler_view destruction bug when texture is sharedBrian Paul2010-03-241-2/+10
* | st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul2010-03-241-16/+31
* | st/mesa: rename st_clear() to st_Clear()Brian Paul2010-03-241-2/+2
* | st/mesa: return GL_TRUE/GL_FALSE if return type is GLbooleanBrian Paul2010-03-241-15/+13
* | st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri2010-03-231-3/+3
* | st/mesa: rename st_framebuffer() to st_ws_framebuffer()Brian Paul2010-03-221-9/+12
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-03-222-3/+0
* | Merge branch '7.8'Brian Paul2010-03-221-5/+6
|\|
| * st/mesa: s/unpack/pack/ to be more consistentBrian Paul2010-03-181-6/+6
* | st/mesa: Set the pipe context of the texture object.Chia-I Wu2010-03-181-0/+1