aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: remove ARB_window_pos extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove ARB_copy_buffer extension enable flagMarek Olšák2012-10-311-1/+0
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+6
* st/mesa: don't use _NEW_PROGRAM where ST_NEW_xxx_PROGRAM is sufficientMarek Olšák2012-10-313-6/+6
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-318-15/+32
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2012-10-291-2/+19
* Revert "glsl_to_tgsi: set correct register type for array and structure eleme...Andreas Boll2012-10-291-19/+2
* mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)José Fonseca2012-10-251-0/+2
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2012-10-241-2/+19
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2012-10-221-1/+1