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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLE
Ville Syrjälä
2014-11-13
6
-17
/
+17
*
i915: Don't call _mesa_meta_glsl_Clear() on gen2
Ville Syrjälä
2014-11-13
1
-1
/
+1
*
i915: Protect macro argument for TEXTURE_SET()
Ville Syrjälä
2014-11-13
1
-1
/
+1
*
i915: Kill intel_context::hw_stencil
Ville Syrjälä
2014-11-13
2
-2
/
+0
*
i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffers
Ville Syrjälä
2014-11-13
1
-0
/
+9
*
i915: Override mip filter to nearest with aniso
Ville Syrjälä
2014-11-13
1
-0
/
+2
*
i915: Use L8A8 instead of I8 to simulate A8 on gen2
Ville Syrjälä
2014-11-13
3
-3
/
+5
*
i915: Fix GL_DOT3_RGBA a bit
Ville Syrjälä
2014-11-13
1
-2
/
+3
*
linker: Add a missing space in an error message
Neil Roberts
2014-11-13
1
-1
/
+1
*
llvmpipe: Call pipe_thread_wait() on Linux.
José Fonseca
2014-11-13
1
-0
/
+6
*
i915g: we also have more than 0 viewports!
Kenneth Graunke
2014-11-12
1
-0
/
+3
*
vc4: Avoid reusing a pointer from c->outputs[] after add_output().
Eric Anholt
2014-11-12
1
-5
/
+6
*
vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.
Eric Anholt
2014-11-12
1
-5
/
+5
*
nvc0: remove unused mm_VRAM_fe0
Ilia Mirkin
2014-11-12
2
-9
/
+0
*
st/glx: Implement GLX_EXT_create_context_es2_profile.
José Fonseca
2014-11-12
2
-37
/
+54
*
Revert "clover: Fix build after llvm r221375"
Tom Stellard
2014-11-12
1
-4
/
+0
*
gallivm: Fix build with LLVM 3.6 (r221751).
José Fonseca
2014-11-12
1
-1
/
+10
*
i965/cfg: Remove if_block/else_block.
Matt Turner
2014-11-11
3
-30
/
+1
*
i965/fs: Don't use if_block/else_block in SEL peephole.
Matt Turner
2014-11-11
1
-6
/
+11
*
ilo: clean up gen6_3DSTATE_SF()
Chia-I Wu
2014-11-11
3
-90
/
+105
*
ilo: clean up gen7_3DSTATE_STREAMOUT()
Chia-I Wu
2014-11-11
2
-45
/
+35
*
ilo: rework gen7_3DSTATE_SO_DECL_LIST()
Chia-I Wu
2014-11-11
1
-60
/
+66
*
ilo: add 3DSTATE_SO_BUFFER variants
Chia-I Wu
2014-11-11
2
-24
/
+25
*
ilo: add gen6_3dstate_constant()
Chia-I Wu
2014-11-11
2
-84
/
+67
*
ilo: add variants of 3DSTATE_{HS,DS}
Chia-I Wu
2014-11-11
2
-12
/
+6
*
ilo: add variants of 3DSTATE_GS
Chia-I Wu
2014-11-11
3
-63
/
+100
*
ilo: add variants of 3DSTATE_VS
Chia-I Wu
2014-11-11
3
-16
/
+22
*
ilo: add variants of 3DSTATE_PS
Chia-I Wu
2014-11-11
2
-36
/
+41
*
ilo: add variants of 3DSTATE_WM
Chia-I Wu
2014-11-11
3
-54
/
+61
*
ilo: add variants of 3DSTATE_CLIP
Chia-I Wu
2014-11-11
3
-24
/
+32
*
ilo: prefix 3DSTATE_VF with gen75
Chia-I Wu
2014-11-11
2
-4
/
+4
*
st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()
Michael Varga
2014-11-10
1
-0
/
+7
*
st/va: MPEG4 generate GOV and VOP header
Michael Varga
2014-11-10
1
-0
/
+92
*
st/va: MPEG4 populate the SPS structure
Michael Varga
2014-11-10
1
-0
/
+6
*
st/va: MPEG4 populate the iq matrix buffers
Michael Varga
2014-11-10
1
-0
/
+16
*
st/va: MPEG4 populate the PPS structure
Michael Varga
2014-11-10
2
-0
/
+81
*
st/va: refactored handleVASliceDataBufferType
Michael Varga
2014-11-10
1
-35
/
+40
*
mesa: Remove _mesa_max_buffer_index
Ian Romanick
2014-11-10
2
-52
/
+0
*
mesa: Uniform logging is very, very unlikely
Ian Romanick
2014-11-10
1
-2
/
+2
*
glsl: Swap the order of glsl_type::name and ::length
Ian Romanick
2014-11-10
2
-8
/
+8
*
glsl: Store glsl_type::vector_elements and ::matrix_columns as uint8_t
Ian Romanick
2014-11-10
1
-2
/
+2
*
mesa: Don't check for API_OPENGLES in _mesa_uniform_matrix
Ian Romanick
2014-11-10
1
-4
/
+4
*
mesa: Rework array error checks in validate_uniform_parameters
Ian Romanick
2014-11-10
1
-19
/
+22
*
mesa: Get some gl_shader_program::LinkStatus checking out of the main path
Ian Romanick
2014-11-10
1
-6
/
+19
*
mesa: Rework location == -1 error checking
Ian Romanick
2014-11-10
1
-38
/
+38
*
mesa: Minor clean ups in _mesa_uniform
Ian Romanick
2014-11-10
1
-23
/
+9
*
mesa: Remove GLSL_TYPE_SAMPLER check
Ian Romanick
2014-11-10
1
-2
/
+1
*
mesa/main: Pass the data that _mesa_uniform actually wants
Ian Romanick
2014-11-10
3
-119
/
+54
*
ilo: derive fb blending caps at bind time
Chia-I Wu
2014-11-10
3
-78
/
+101
*
ilo: remove inlined state functions
Chia-I Wu
2014-11-10
4
-236
/
+177
[next]