index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-6
/
+6
*
mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float
Courtney Goeltzenleuchter
2014-01-20
1
-4
/
+4
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
5
-15
/
+15
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
70
-155
/
+155
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-2
/
+1
*
st/mesa: use signed temporary variable to store _ColorDrawBufferIndexes
Emil Velikov
2014-01-15
1
-1
/
+1
*
glsl: Use a new foreach_two_lists macro for walking two lists at once.
Kenneth Graunke
2014-01-13
1
-14
/
+8
*
glsl: Replace foreach_iter and iter.remove() with foreach_list_safe.
Kenneth Graunke
2014-01-13
1
-6
/
+6
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-41
/
+40
*
st/mesa: bind NULL colorbuffers as specified by glDrawBuffers
Marek Olšák
2014-01-13
4
-14
/
+15
*
st/mesa: use sRGB formats for MSAA resolving if destination is sRGB
Marek Olšák
2014-01-13
1
-0
/
+32
*
st/mesa: check depth and stencil writemask before clearing
Marek Olšák
2014-01-13
1
-2
/
+15
*
st/mesa: always prefer pipe->clear over clear_with_quad (v2)
Marek Olšák
2014-01-13
1
-5
/
+14
*
st/mesa: fix breakage from gl_constant::Program[] change
Brian Paul
2014-01-09
1
-13
/
+13
*
mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.
Paul Berry
2014-01-09
1
-20
/
+20
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
4
-9
/
+9
*
mesa: Remove _mesa_progshader_enum_to_string(), which is no longer used.
Paul Berry
2014-01-08
1
-1
/
+1
*
glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.
Paul Berry
2014-01-08
1
-1
/
+1
*
mesa: Store gl_shader_stage enum in gl_shader objects.
Paul Berry
2014-01-08
1
-0
/
+1
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-6
/
+6
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
1
-1
/
+1
*
st/mesa: use pipe_sampler_view_release()
Jonathan Liu
2013-12-22
1
-1
/
+1
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-7
/
+1
*
st_glsl_to_tgsi: add support for prim id fragment shader input
Dave Airlie
2013-12-18
1
-0
/
+5
*
st/mesa: plug in default buffer object driver functions
Brian Paul
2013-12-18
1
-0
/
+3
*
st/mesa: only set up sampler compare mode for depth textures
Brian Paul
2013-12-13
1
-9
/
+12
*
st/mesa: add const qualifiers in sampler validation code
Brian Paul
2013-12-13
2
-3
/
+9
*
st/mesa: add const qualifier to st_translate_color()
Brian Paul
2013-12-13
2
-4
/
+4
*
st/mesa: simplify integer texture check
Brian Paul
2013-12-13
1
-5
/
+2
*
st/mesa: set correct PIPE_CLEAR_COLORn flags
Marek Olšák
2013-12-12
1
-11
/
+26
*
st/mesa: fix glClear with multiple colorbuffers and different formats
Marek Olšák
2013-12-12
1
-24
/
+9
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-6
/
+7
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-9
/
+9
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-7
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-2
/
+4
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
1
-42
/
+4
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-1
/
+0
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-4
/
+2
*
st/mesa: implement layered framebuffer clear for the clear_with_quad fallback
Marek Olšák
2013-12-03
2
-16
/
+43
*
gallium: add support for AMD_vertex_shader_layer
Marek Olšák
2013-12-03
2
-0
/
+11
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
6
-93
/
+99
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
4
-5
/
+9
*
st/mesa: respect higher GLSL levels. (v2)
Dave Airlie
2013-11-25
1
-7
/
+3
*
st/mesa: simplify writemask for emitting fog result
Brian Paul
2013-11-22
2
-2
/
+2
*
gallium: Make TGSI_SEMANTIC_FOG register four-component wide.
José Fonseca
2013-11-21
2
-0
/
+14
*
st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug
Brian Paul
2013-11-19
1
-2
/
+4
*
st/mesa: pass correct pipe_texture_target to st_choose_format()
Brian Paul
2013-11-18
1
-2
/
+4
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
2
-10
/
+2
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
2
-10
/
+2
*
st/mesa: Add support for ARB_vertex_type_10f_11f_11f_rev
Fredrik Höglund
2013-11-07
2
-1
/
+12
[next]