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/st: hardcode the viewport bounds range
Ilia Mirkin
2014-02-13
1
-2
/
+2
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-1
/
+0
*
st/mesa: add support for GL_ARB_viewport_array (v0.2)
Dave Airlie
2014-02-11
5
-56
/
+73
*
st/mesa: add support for viewport index semantic
Dave Airlie
2014-02-11
1
-0
/
+9
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
gallium: add geometry shader output limits
Grigori Goronzy
2014-02-09
1
-0
/
+2
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-2
/
+7
*
st/mesa: avoid sw fallback for getting/decompressing textures
Brian Paul
2014-02-07
1
-1
/
+3
*
st/vdpau: add flush on unmap
Christian König
2014-02-06
1
-0
/
+4
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-3
/
+2
*
st/mesa: fix crash when a shader uses a TBO and it's not bound
Marek Olšák
2014-02-06
1
-0
/
+6
*
st/mesa: add MESA_SHADER_COMPUTE case in shader_stage_to_ptarget()
Brian Paul
2014-02-05
1
-0
/
+2
*
gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
Marek Olšák
2014-02-04
1
-4
/
+6
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
st/mesa: use _mesa_get_current_tex_object() in st_context_teximage()
Brian Paul
2014-02-02
1
-2
/
+2
*
mesa: GL_ARB_map_buffer_alignment is not optional
Siavash Eliasi
2014-01-29
1
-2
/
+0
*
mesa/st: Unconditionally enable ARB_map_buffer_alignment.
Siavash Eliasi
2014-01-29
1
-3
/
+3
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-40
/
+40
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-28
/
+28
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-64
/
+64
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-54
/
+54
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-50
/
+50
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-16
/
+16
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
8
-18
/
+18
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
1
-1
/
+0
*
mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2
Christoph Bumiller
2014-01-27
2
-2
/
+8
*
st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD
Christoph Bumiller
2014-01-27
1
-10
/
+9
*
st/mesa: add a simple sanity check assertion in st_validate_attachment()
Brian Paul
2014-01-24
1
-0
/
+6
*
st/mesa: fix glReadBuffer(GL_NONE) segfault
Brian Paul
2014-01-23
1
-1
/
+2
*
mesa: Remove ad-hoc arrays of gl_shader_program.
Paul Berry
2014-01-21
2
-10
/
+2
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-3
/
+6
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
5
-11
/
+11
*
mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program.
Paul Berry
2014-01-21
1
-1
/
+1
*
mesa: rename PreferDP4 to OptimizeForAOS.
Matt Turner
2014-01-21
1
-1
/
+1
*
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
[next]