aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-0/+3
* st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák2012-11-121-21/+7
* st/mesa: fix computation of last_level during texture creationMarek Olšák2012-11-121-4/+2
* st/mesa: fix guessing the base level sizeMarek Olšák2012-11-121-50/+44
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-095-23/+64
* glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie2012-11-091-1/+1
* mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.Kenneth Graunke2012-11-071-4/+0
* st/mesa: change glsl_to_tgsi_visitor from class to structBrian Paul2012-11-061-1/+1
* st/mesa: add int cast to silence warningBrian Paul2012-11-061-1/+1
* mesa: remove NV_texgen_reflection extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: don't always enable OES_standard_derivativesMarek Olšák2012-10-311-0/+2