summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick1-2/+1
2014-01-15st/mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-13glsl: Use a new foreach_two_lists macro for walking two lists at once.Kenneth Graunke1-14/+8
2014-01-13glsl: Replace foreach_iter and iter.remove() with foreach_list_safe.Kenneth Graunke1-6/+6
2014-01-13glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke1-41/+40
2014-01-13st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák4-14/+15
2014-01-13st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák1-0/+32
2014-01-13st/mesa: check depth and stencil writemask before clearingMarek Olšák1-2/+15
2014-01-13st/mesa: always prefer pipe->clear over clear_with_quad (v2)Marek Olšák1-5/+14
2014-01-09st/mesa: fix breakage from gl_constant::Program[] changeBrian Paul1-13/+13
2014-01-09mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.Paul Berry1-20/+20
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry4-9/+9
2014-01-08mesa: Remove _mesa_progshader_enum_to_string(), which is no longer used.Paul Berry1-1/+1
2014-01-08glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.Paul Berry1-1/+1
2014-01-08mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry1-0/+1
2014-01-08mesa: Clean up nomenclature for pipeline stages.Paul Berry1-6/+6
2013-12-30Rename overloads of _mesa_glsl_shader_target_name().Paul Berry1-1/+1
2013-12-22st/mesa: use pipe_sampler_view_release()Jonathan Liu1-1/+1
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick1-7/+1
2013-12-18st_glsl_to_tgsi: add support for prim id fragment shader inputDave Airlie1-0/+5
2013-12-18st/mesa: plug in default buffer object driver functionsBrian Paul1-0/+3
2013-12-13st/mesa: only set up sampler compare mode for depth texturesBrian Paul1-9/+12
2013-12-13st/mesa: add const qualifiers in sampler validation codeBrian Paul2-3/+9
2013-12-13st/mesa: add const qualifier to st_translate_color()Brian Paul2-4/+4
2013-12-13st/mesa: simplify integer texture checkBrian Paul1-5/+2
2013-12-12st/mesa: set correct PIPE_CLEAR_COLORn flagsMarek Olšák1-11/+26
2013-12-12st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák1-24/+9
2013-12-12glsl: move variables in to ir_variable::data, part IITapani Pälli1-6/+7
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-9/+9
2013-12-09glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry1-7/+0
2013-12-09glsl/loops: replace loop controls with a normative bound.Paul Berry1-2/+4
2013-12-09glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry1-42/+4
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick1-1/+0
2013-12-04mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi1-4/+2
2013-12-03st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2-16/+43
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák2-0/+11
2013-12-03st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák6-93/+99
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller4-5/+9
2013-11-25st/mesa: respect higher GLSL levels. (v2)Dave Airlie1-7/+3
2013-11-22st/mesa: simplify writemask for emitting fog resultBrian Paul2-2/+2
2013-11-21gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2-0/+14
2013-11-19st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul1-2/+4
2013-11-18st/mesa: pass correct pipe_texture_target to st_choose_format()Brian Paul1-2/+4
2013-11-15mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2-10/+2
2013-11-15mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2-10/+2
2013-11-07st/mesa: Add support for ARB_vertex_type_10f_11f_11f_revFredrik Höglund2-1/+12
2013-11-01st/mesa: fix _mesa_init_transform_feedback_object() argumentBrian Paul1-1/+1
2013-10-31st/mesa: Use the new _mesa_init_transform_feedback_object() helper.Kenneth Graunke1-2/+2
2013-10-31st/draw: silence Mingw warning in pointer_to_offset()Brian Paul1-1/+1
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez1-0/+1