index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-3
/
+3
*
mesa/program: Constify find_variable_storage
Ian Romanick
2014-03-28
1
-3
/
+2
*
i965: Make sure we always compute valid index bounds before drawing.
Iago Toral Quiroga
2014-03-28
1
-1
/
+2
*
mesa: fix glMultiDrawArrays inside a display list
Brian Paul
2014-03-27
1
-3
/
+4
*
st/mesa: overhaul texture / sample swizzle code
Brian Paul
2014-03-27
1
-53
/
+114
*
st/mesa: simplify apply_depthmode()
Brian Paul
2014-03-27
1
-38
/
+47
*
i965: Use intel_upload_space() for pull constant uploads.
Eric Anholt
2014-03-26
4
-33
/
+17
*
i965: Massively simplify the intel_upload implementation.
Eric Anholt
2014-03-26
4
-126
/
+77
*
st/mesa: add null pointer checking in query object functions
Brian Paul
2014-03-26
1
-2
/
+16
*
mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up
Brian Paul
2014-03-26
1
-4
/
+4
*
mesa: fix indentation, formatting, etc in fbobject.c
Brian Paul
2014-03-26
1
-38
/
+56
*
mesa: rename format_(un)pack.c functions to match format names (pt. 7)
Brian Paul
2014-03-26
2
-34
/
+34
*
mesa: rename format_(un)pack.c functions to match format names (pt. 6)
Brian Paul
2014-03-26
2
-12
/
+12
*
mesa: rename format_(un)pack.c functions to match format names (pt. 5)
Brian Paul
2014-03-26
2
-72
/
+72
*
mesa: rename format_(un)pack.c functions to match format names (pt. 4)
Brian Paul
2014-03-26
2
-44
/
+44
*
mesa: rename format_(un)pack.c functions to match format names (pt. 3)
Brian Paul
2014-03-26
2
-67
/
+67
*
mesa: rename format_(un)pack.c functions to match format names (pt. 2)
Brian Paul
2014-03-26
2
-36
/
+36
*
mesa: rename format_(un)pack.c functions to match format names (pt. 1)
Brian Paul
2014-03-26
2
-403
/
+403
*
st/mesa: fix sampler view handling with shared textures v4
Christian König
2014-03-26
3
-0
/
+28
*
i965: For fast color clears, only check the color of live channels.
Kevin Rogovin
2014-03-25
1
-1
/
+2
*
i965: Set Broadwell MOCS values everywhere it's possible.
Kenneth Graunke
2014-03-25
6
-12
/
+27
*
mesa: In core profile, refuse to draw unless a VAO is bound.
Kenneth Graunke
2014-03-25
1
-1
/
+4
*
Revert "mesa: Fix format matching checks for GL_INTENSITY* internalformats."
Chris Forbes
2014-03-26
1
-12
/
+8
*
mesa: move GLbitfield any_valid_stages declaration before code
Brian Paul
2014-03-25
1
-1
/
+2
*
i965: fix dma_buf import with non-zero offset.
Gwenole Beauchesne
2014-03-25
1
-0
/
+9
*
mesa/sso: Implement ValidateProgramPipeline
Gregory Hainaut
2014-03-25
4
-3
/
+203
*
mesa/sso: Add _mesa_sampler_uniforms_pipeline_are_valid
Gregory Hainaut
2014-03-25
2
-0
/
+79
*
mesa/sso: Add gl_pipeline_object::InfoLog support
Gregory Hainaut
2014-03-25
2
-3
/
+24
*
mesa/sso: Implement GL_PROGRAM_PIPELINE_BINDING for glGet
Gregory Hainaut
2014-03-25
2
-0
/
+12
*
mesa/sso: Implement _mesa_BindProgramPipeline
Gregory Hainaut
2014-03-25
1
-0
/
+69
*
mesa/sso: Implement _mesa_UseProgramStages
Gregory Hainaut
2014-03-25
1
-0
/
+102
*
mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_program
Gregory Hainaut
2014-03-25
3
-15
/
+24
*
meta/sso: Update meta to save and restore SSO state.
Gregory Hainaut
2014-03-25
2
-0
/
+20
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
32
-110
/
+124
*
mesa/sso: replace Shader binding point with _Shader
Gregory Hainaut
2014-03-25
3
-3
/
+125
*
i965: For color clears, only disable writes to components that exist.
Kenneth Graunke
2014-03-24
1
-1
/
+2
*
mesa: Skip clearing color buffers when color writes are disabled.
Kenneth Graunke
2014-03-24
1
-1
/
+26
*
mesa: Introduce a _mesa_format_has_color_component() helper.
Kenneth Graunke
2014-03-24
2
-0
/
+33
*
i965: Fix compiler warning about signed/unsigned.
Eric Anholt
2014-03-24
1
-1
/
+1
*
i965/gen8: Change the winsys MSAA blits from blorp to meta.
Eric Anholt
2014-03-24
4
-8
/
+152
*
mesa: Stop skipping the FinishRenderTexture calls for winsys FBOs.
Eric Anholt
2014-03-24
1
-2
/
+3
*
i965: Skip reallocating the private MSAA miptree, unless it's resized.
Eric Anholt
2014-03-24
1
-17
/
+28
*
i965: Simplify the no-reopening-the-winsys-buffer tests.
Eric Anholt
2014-03-24
1
-22
/
+16
*
i965: Don't forget to free the old singlesample_mt.
Eric Anholt
2014-03-24
1
-0
/
+1
*
i965: Add an env var for forcing window system MSAA.
Eric Anholt
2014-03-24
2
-0
/
+17
*
i965/vec4: Eliminate dead writes to the flag register.
Matt Turner
2014-03-24
1
-18
/
+48
*
i965/vec4: Eliminate writes that are never read.
Matt Turner
2014-03-24
1
-0
/
+46
*
i965/vec4: Factor code out of DCE into a separate function.
Matt Turner
2014-03-24
1
-34
/
+39
*
i965/vec4: Let dead code eliminate trim dead channels.
Matt Turner
2014-03-24
1
-3
/
+26
*
i965/vec4: Track live ranges per-channel, not per vgrf.
Matt Turner
2014-03-24
2
-14
/
+41
[next]