summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: a couple fixes for st_BlitFramebuffer()Brian Paul2013-01-161-30/+52
* st/mesa: simplify some src/dst surface setup in BlitFramebufferBrian Paul2013-01-161-4/+4
* st/mesa: use a generic varying to pass the clear color to the FSMarek Olšák2013-01-151-2/+2
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-152-2/+5
* st/mesa: fix InternalFormat for Z24X8 window-system buffersMarek Olšák2013-01-151-1/+3
* st/mesa: remove dead conditional in ClearMarek Olšák2013-01-151-12/+0
* st/mesa: simplify conditionals in ClearMarek Olšák2013-01-151-30/+12
* st/mesa: fix glClear with different colormask for each colorbufferMarek Olšák2013-01-151-18/+25
* st/mesa: always assume separate depth and stencil clear is supportedMarek Olšák2013-01-152-97/+22
* st/mesa: add some simple buffer/draw debug codeBrian Paul2013-01-144-0/+18
* st/mesa: set ctx->Const.UniformBufferOffsetAlignmentFredrik Höglund2013-01-121-1/+4
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-2/+2
* mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query targetIan Romanick2013-01-111-0/+1
* Remove state_tracker/MakefileMatt Turner2013-01-101-2/+0
* st/mesa: fix possible MSVC build error v2Marek Olšák2013-01-081-2/+2
* st/mesa: fix assertion failures with 2101010 vertex formatsMarek Olšák2013-01-041-3/+4
* st/mesa: accelerate CopyTexSubImage for 1D array texturesMarek Olšák2013-01-041-26/+66
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-043-17/+42
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-041-23/+32
* st/mesa: try to find the format matching format+type in decompressed_with_blitMarek Olšák2013-01-041-19/+50
* st/mesa: fix GetTexImage for compressed cubemapsMarek Olšák2013-01-041-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-044-8/+16
* mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.José Fonseca2012-12-204-22/+79
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-2/+2
* drivers: compute version and then initialize exec tableJordan Justen2012-12-162-2/+8
* st/mesa: add texture buffer object rgb32 support.Dave Airlie2012-12-161-1/+13
* gallium: Disable varying packing on hardware with <=8 texture indirections.Paul Berry2012-12-141-0/+14
* mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák2012-12-121-4/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-126-17/+7
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-121-1/+0
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-124-33/+3
* st/mesa: remove a weird msaa hackMarek Olšák2012-12-124-29/+2
* glsl_to_tgsi: emit multi-level structs and arrays properly.Dave Airlie2012-12-121-9/+42
* st_glsl_to_tgsi: fix ubo bools.Dave Airlie2012-12-101-2/+19
* st_glsl_to_tgsi: call ubo load pass earlierDave Airlie2012-12-101-1/+2
* glsl_to_tgsi: fix texture offset translationDave Airlie2012-12-101-4/+7
* st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_dataChristoph Bumiller2012-12-081-0/+3
* mesa/st: add ARB_uniform_buffer_object support (v2)Dave Airlie2012-12-086-7/+147
* st/mesa: add option to enable GLSL 1.40Dave Airlie2012-12-081-1/+6
* st/mesa: add texture buffer object support to state tracker (v1.1)Dave Airlie2012-12-085-7/+31
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-071-2/+2
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+1
* st/mesa: implement CopyTexSubImage for MSAA framebuffersMarek Olšák2012-12-071-66/+113
* st/mesa: add null pointer check in st_renderbuffer_delete()Brian Paul2012-12-031-4/+4
* st/mesa: make st_flush do what glFlush doesMarek Olšák2012-12-021-0/+1
* st/mesa: fix context use-after-free problem in st_renderbuffer_delete()Brian Paul2012-11-301-3/+5
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-292-2/+2
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-0/+2
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-5/+7