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
*
mesa: initialize gl_geometry_program Invocations field
Jordan Justen
2014-02-20
5
-0
/
+5
*
glsl/linker: produce gl_shader_program Geom.Invocations
Jordan Justen
2014-02-20
3
-0
/
+31
*
glsl: parse invocations layout qualifier for ARB_gpu_shader5
Jordan Justen
2014-02-20
3
-0
/
+43
*
glsl: Generate error for invalid input layout declarations
Jordan Justen
2014-02-20
1
-0
/
+13
*
glsl: convert GS input primitive to use ast_type_qualifier
Jordan Justen
2014-02-20
6
-66
/
+96
*
i965: Fix extra return value after winsys rb update refactor.
Eric Anholt
2014-02-20
1
-1
/
+1
*
i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls.
Eric Anholt
2014-02-20
1
-5
/
+18
*
i965/fs: Add an optimization pass to remove redundant flags movs.
Eric Anholt
2014-02-20
2
-0
/
+34
*
gallivm: add smallfloat to float conversion not relying on cpu denorm handling
Roland Scheidegger
2014-02-20
1
-20
/
+65
*
st/omx/enc: add multi scaling buffers for performance improvement
Leo Liu
2014-02-20
2
-16
/
+29
*
st/omx/dec/h264: fix prevFrameNumOffset handling
Christian König
2014-02-20
1
-0
/
+4
*
i965: Actually claim to support MSAA on Broadwell.
Kenneth Graunke
2014-02-19
2
-1
/
+10
*
i965: Update physical width/height munging for 2x IMS MSAA.
Kenneth Graunke
2014-02-19
1
-1
/
+6
*
i965: Enable smooth points when multisampling without point sprites.
Kenneth Graunke
2014-02-19
1
-1
/
+5
*
i965: Thwack multisample enable bit in 3DSTATE_RASTER.
Kenneth Graunke
2014-02-19
2
-0
/
+5
*
i965: Only use the SIMD16 program for per-sample shading on Broadwell.
Kenneth Graunke
2014-02-19
1
-9
/
+32
*
i965: Set "Position XY Offset Select" bits in 3DSTATE_PS on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+18
*
i965: Add missing sample shading bits to Gen8's 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-02-19
1
-1
/
+15
*
i965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.
Kenneth Graunke
2014-02-19
2
-1
/
+38
*
i965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.
Kenneth Graunke
2014-02-19
2
-1
/
+32
*
i965: Disable MCS on Broadwell for now.
Kenneth Graunke
2014-02-19
1
-0
/
+8
*
i965: Use gen7_surface_msaa_bits in Broadwell SURFACE_STATE code.
Kenneth Graunke
2014-02-19
1
-14
/
+2
*
i965: Use ffs() for sample counting in gen7_surface_msaa_bits().
Kenneth Graunke
2014-02-19
1
-6
/
+4
*
i965: Simplify Broadwell's 3DSTATE_MULTISAMPLE sample count handling.
Kenneth Graunke
2014-02-19
1
-23
/
+3
*
glsl: Silence "type qualifiers ignored on function return type" warning
Ian Romanick
2014-02-19
1
-1
/
+1
*
glsl: Only warn for macro names containing __
Ian Romanick
2014-02-19
1
-3
/
+10
*
glcpp: Only warn for macro names containing __
Ian Romanick
2014-02-19
2
-5
/
+21
*
configure: Use LLVM shared libraries by default
Tom Stellard
2014-02-19
1
-4
/
+4
*
i965/fs: Allocate the param_size array dynamically.
Francisco Jerez
2014-02-19
2
-2
/
+2
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
5
-35
/
+35
*
freedreno: tweak ringbuffer sizes/count
Rob Clark
2014-02-19
2
-2
/
+2
*
freedreno/a3xx/compiler: scheduling/legalize fixes
Rob Clark
2014-02-19
3
-2
/
+30
*
i965: Have brw_imm_vf4() take the vector components as integer values.
Francisco Jerez
2014-02-19
2
-11
/
+31
*
i965: Add helper function to find out the signedness of a register type.
Francisco Jerez
2014-02-19
1
-0
/
+28
*
i965/vec4: Use swizzle() in the ARB_vertex_program code.
Francisco Jerez
2014-02-19
2
-24
/
+11
*
i965/fs: Use offset() in the ARB_fragment_program code.
Francisco Jerez
2014-02-19
1
-69
/
+62
*
i965/fs: Remove fs_reg::retype.
Francisco Jerez
2014-02-19
3
-20
/
+12
*
i965/vec4: Trivial improvements to the with_writemask() function.
Francisco Jerez
2014-02-19
3
-18
/
+15
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
5
-0
/
+26
*
i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :...
Francisco Jerez
2014-02-19
1
-0
/
+24
*
i965: Add non-mutating helper functions to modify the register offset.
Francisco Jerez
2014-02-19
2
-0
/
+24
*
i965/vec4: Fix off-by-one register class overallocation.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
7
-38
/
+32
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
24
-188
/
+162
*
i965/vec4: Add constructor of src_reg from a fixed hardware reg.
Francisco Jerez
2014-02-19
2
-0
/
+9
*
i965: Enable fast depth clears.
Kenneth Graunke
2014-02-19
1
-1
/
+1
*
i965: Enable HiZ on Broadwell.
Kenneth Graunke
2014-02-19
1
-1
/
+1
*
i965: Implement HiZ resolves on Broadwell.
Kenneth Graunke
2014-02-19
3
-2
/
+113
*
i965: Refactor Gen8 depth packet emission.
Kenneth Graunke
2014-02-19
1
-72
/
+99
*
i965: Add #defines for the 3DSTATE_WM_HZ_OP packet's contents.
Kenneth Graunke
2014-02-19
1
-0
/
+25
[next]