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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/vdpau: move common functions to util
Leo Liu
2014-10-01
2
-77
/
+78
*
freedreno: max-texture-lod-bias should be 15.0f
Rob Clark
2014-10-01
1
-1
/
+1
*
mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.
Kenneth Graunke
2014-10-01
1
-0
/
+6
*
i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.
Kenneth Graunke
2014-10-01
1
-1
/
+1
*
i965: Drop brwBindProgram driver hook.
Kenneth Graunke
2014-10-01
1
-20
/
+0
*
i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
Kenneth Graunke
2014-10-01
3
-6
/
+7
*
i965: Use "1ull" instead of "1" in BRW_NEW_* defines.
Kenneth Graunke
2014-10-01
1
-32
/
+32
*
i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
Kenneth Graunke
2014-10-01
3
-4
/
+4
*
i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.
Kenneth Graunke
2014-10-01
1
-16
/
+7
*
i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
Kenneth Graunke
2014-10-01
2
-3
/
+0
*
i965: Fix typo in comment
Chris Forbes
2014-10-01
1
-1
/
+1
*
i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM
Chris Forbes
2014-10-01
2
-2
/
+2
*
llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c.
Vinson Lee
2014-09-30
1
-1
/
+1
*
glx/dri3: Provide error diagnostics when DRI3 allocation fails
Keith Packard
2014-09-30
1
-8
/
+25
*
glx/dri3: Use four buffers until X driver supports async flips
Keith Packard
2014-09-30
2
-2
/
+24
*
i965/fs: Fix the build
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Fix an uninitialized value warnings
Jason Ekstrand
2014-09-30
1
-3
/
+4
*
galahad: fix indirect draw
Roland Scheidegger
2014-10-01
1
-2
/
+9
*
galahad: (trivial) handle cubemap arrays
Roland Scheidegger
2014-10-01
1
-0
/
+7
*
i965/fs: Emit compressed BFI2 instructions on Gen > 7.
Matt Turner
2014-09-30
1
-1
/
+1
*
i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7.
Matt Turner
2014-09-30
1
-3
/
+3
*
i965/fs: Set MUL source type to W/UW in 64-bit mul macro on Gen8.
Matt Turner
2014-09-30
1
-1
/
+22
*
i965/fs: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
i965/vec4: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
i965/vec4: Call opt_algebraic after opt_cse.
Matt Turner
2014-09-30
1
-1
/
+1
*
i965/fs: Extend predicated break pass to predicate WHILE.
Matt Turner
2014-09-30
1
-0
/
+36
*
gallivm: Fix build for LLVM 3.2
Mathias Fröhlich
2014-10-01
4
-3
/
+21
*
freedreno: destroy transfer pool after blitter
Rob Clark
2014-09-30
1
-2
/
+2
*
freedreno/lowering: fix token calculation for lowering
Rob Clark
2014-09-30
1
-16
/
+39
*
i965/fs: Don't make a name for a vector splitting temporary
Ian Romanick
2014-09-30
1
-3
/
+8
*
glsl: Don't make a name for the function return variable
Ian Romanick
2014-09-30
1
-4
/
+7
*
glsl: Don't allocate a name for ir_var_temporary variables
Ian Romanick
2014-09-30
4
-0
/
+28
*
glsl: Use ir_var_temporary for compiler generated temporaries
Ian Romanick
2014-09-30
3
-3
/
+4
*
glsl: Add context-level controls for whether temporaries have real names
Ian Romanick
2014-09-30
4
-0
/
+23
*
glsl: Never put ir_var_temporary variables in the symbol table
Ian Romanick
2014-09-30
5
-5
/
+14
*
glsl: Add the possibility for ir_variable to have a non-ralloced name
Ian Romanick
2014-09-30
3
-2
/
+30
*
glsl: Store ir_variable_data::_num_state_slots and ::binding in 16-bits each
Ian Romanick
2014-09-30
1
-8
/
+16
*
glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together
Ian Romanick
2014-09-30
3
-36
/
+48
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
10
-56
/
+78
*
glsl: Make ir_variable::max_ifc_array_access private
Ian Romanick
2014-09-30
5
-22
/
+53
*
glsl: Store ir_variable::depth_layout using 3 bits
Ian Romanick
2014-09-30
1
-10
/
+9
*
glsl: Replace ir_variable::warn_extension pointer with an 8-bit index
Ian Romanick
2014-09-30
3
-10
/
+31
*
glsl: Use accessors for ir_variable::warn_extension
Ian Romanick
2014-09-30
3
-7
/
+30
*
glsl: Eliminate unused built-in variables after compilation
Ian Romanick
2014-09-30
4
-0
/
+104
*
glsl: Validate that built-in uniforms have backing state
Ian Romanick
2014-09-30
1
-0
/
+8
*
vc4: Don't forget to store stencil along with depth when storing either.
Eric Anholt
2014-09-30
1
-1
/
+1
*
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
2014-09-30
5
-9
/
+31
*
llvmpipe: Make a llvmpipe OpenGL context thread safe.
Mathias Fröhlich
2014-09-30
4
-18
/
+40
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
13
-31
/
+40
*
i965/brw_reg: Make the accumulator register take an explicit width.
Jason Ekstrand
2014-09-30
3
-10
/
+15
[next]