summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: only set up sampler compare mode for depth texturesBrian Paul2013-12-131-9/+12
* st/mesa: add const qualifiers in sampler validation codeBrian Paul2013-12-132-3/+9
* st/mesa: add const qualifier to st_translate_color()Brian Paul2013-12-132-4/+4
* st/mesa: simplify integer texture checkBrian Paul2013-12-131-5/+2
* st/mesa: set correct PIPE_CLEAR_COLORn flagsMarek Olšák2013-12-121-11/+26
* st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák2013-12-121-24/+9
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-6/+7
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-9/+9
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-091-7/+0
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-2/+4
* glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry2013-12-091-42/+4
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-1/+0
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-4/+2
* st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2013-12-032-16/+43
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-032-0/+11
* st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák2013-12-036-93/+99
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-254-5/+9
* st/mesa: respect higher GLSL levels. (v2)Dave Airlie2013-11-251-7/+3
* st/mesa: simplify writemask for emitting fog resultBrian Paul2013-11-222-2/+2
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-212-0/+14
* st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul2013-11-191-2/+4
* st/mesa: pass correct pipe_texture_target to st_choose_format()Brian Paul2013-11-181-2/+4
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-152-10/+2
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-152-10/+2
* st/mesa: Add support for ARB_vertex_type_10f_11f_11f_revFredrik Höglund2013-11-072-1/+12
* st/mesa: fix _mesa_init_transform_feedback_object() argumentBrian Paul2013-11-011-1/+1
* st/mesa: Use the new _mesa_init_transform_feedback_object() helper.Kenneth Graunke2013-10-311-2/+2
* st/draw: silence Mingw warning in pointer_to_offset()Brian Paul2013-10-311-1/+1
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-291-0/+1
* st/mesa: move out of memory check in st_draw_vbo()Brian Paul2013-10-291-3/+4
* implement NV_vdpau_interop v7Christian König2013-10-264-0/+227
* mesa/st: disable ARB_framebuffer_object when no driver support.Ilia Mirkin2013-10-261-2/+5
* st/mesa: minor whitespace, comment changes in st_draw.cBrian Paul2013-10-221-8/+11
* gallium: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* st/mesa: add a few comments in st_create_context_priv()Brian Paul2013-10-171-1/+5
* st/mesa: handle layer and primitive id output and point size inputDave Airlie2013-10-171-0/+12
* st/mesa: add geometry shader ubo supportDave Airlie2013-10-173-0/+19
* mesa/st: Allow geometry shaders without gl_Position export.Fabian Bieler2013-10-171-2/+0
* st/mesa, glsl_to_tgsi: add support for geometry shadersBryan Cain2013-10-172-45/+163
* mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program().Bryan Cain2013-10-171-0/+7
* st/mesa: whitespace fixes in st_cb_bufferobjects.cBrian Paul2013-10-111-13/+13
* st/mesa: improve format selection for GLESMarek Olšák2013-10-081-0/+36
* glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner2013-10-071-0/+1
* glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+2
* st/mesa: silence warning about unhandled ir_query_levels in switchBrian Paul2013-10-071-0/+3
* st/mesa: silence warning about unhandled enum in switch statementBrian Paul2013-10-031-0/+3
* st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.Francisco Jerez2013-10-011-1/+1
* mesa: Fix misplaced includes of "main/uniforms.h".Francisco Jerez2013-10-011-1/+1
* st/mesa: fix comment typoBrian Paul2013-09-301-1/+1
* st/mesa: fix GLSL mix(.., .., bvecN)Marek Olšák2013-09-291-1/+8