summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* | st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-176-55/+38
* | Merge branch '7.8'Brian Paul2010-03-171-54/+36
|\ \ | |/
| * st/mesa: fix glCopyPixels bugs/crashes when src region need clippingBrian Paul2010-03-171-54/+36
* | st/mesa: Fix build breakage.Corbin Simpson2010-03-171-1/+1
* | Merge branch '7.8' into masterPauli Nieminen2010-03-171-0/+2
|\ \ | |/
| * mesa: Fix memory leak in decompress-with-blit.Keith Whitwell2010-03-131-0/+2
* | st/mesa: Invalidate sampler view when texture object changes.Michal Krol2010-03-162-0/+4
* | gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-162-8/+21
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-168-9/+879
|\ \
| * \ Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-168-9/+879
| |\ \
| | * | st/mesa: Update the comments in st_manager.c.Chia-I Wu2010-03-151-4/+7
| | * | st/mesa: Fix handling of FBO.Chia-I Wu2010-03-141-16/+24
| | * | st/mesa: Validate the state in st_readpixels.Chia-I Wu2010-03-131-0/+3
| | * | st/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu2010-03-131-1/+2
| | * | st/mesa: Check the format before adding depth/stencil buffers.Chia-I Wu2010-03-121-3/+9