aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | * | st/mesa: Implement st_api.h.Chia-I Wu2010-03-127-9/+858
* | | | st/mesa: Fix a call to st_get_stobj_sampler_view().Michal Krol2010-03-151-1/+1
* | | | st/mesa: Pass in correct sampler view object to blitter.Michal Krol2010-03-151-1/+1
* | | | gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2010-03-152-5/+12
* | | | st/mesa: Cache FBO texture's sampler view object.Michal Krol2010-03-154-0/+31
* | | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1316-196/+197
|\| | |
| * | | Revert "st/mesa: Always recalculate invalid index bounds."Corbin Simpson2010-03-121-3/+3
| * | | Merge branch '7.8'Michel Dänzer2010-03-121-38/+12
| |\ \ \ | | | |/ | | |/|
| | * | st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/Brian Paul2010-03-111-1/+1
| | * | st/mesa: fix st_set_framebuffer_surface() state validationBrian Paul2010-03-111-38/+12
| * | | gallium: fix BGRA vertex color swizzlesMarek Olšák2010-03-121-1/+1
| * | | st/mesa: Always recalculate invalid index bounds.Corbin Simpson2010-03-121-3/+3
| * | | st/mesa: Update debug infos.Corbin Simpson2010-03-121-2/+9
| * | | Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2010-03-129-101/+85
| |\ \ \ | | |_|/ | |/| |
| | * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-118-42/+42
| | * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-119-82/+66
| * | | st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger2010-03-111-4/+3
| * | | st/dri: move extension initilization to st/mesa completelyMarek Olšák2010-03-111-0/+9
| |/ /
| * | st/mesa: always advertise texture_rectangleMarek Olšák2010-03-111-1/+1
| * | st/mesa: set strb->format field in st_render_texture()Brian Paul2010-03-101-0/+2