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
*
meta: Add support for doing MSAA to MSAA blits.
Eric Anholt
2014-02-21
2
-49
/
+104
*
meta: Save and restore a bunch of MSAA state.
Eric Anholt
2014-02-21
2
-4
/
+38
*
meta: Try to do blending of sRGB values in linear colorspace.
Eric Anholt
2014-02-21
1
-5
/
+25
*
meta: Add support for doing multisample resolves.
Eric Anholt
2014-02-21
2
-12
/
+197
*
i965: Fix miptree matching for multisampled, non-interleaved miptrees.
Eric Anholt
2014-02-21
2
-1
/
+16
*
mesa: Remove unnecessary condition.
Courtney Goeltzenleuchter
2014-02-21
1
-2
/
+1
*
clover: Unabbreviate a few data accessor names for consistency.
Francisco Jerez
2014-02-21
9
-28
/
+28
*
clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...
Francisco Jerez
2014-02-21
6
-56
/
+43
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
29
-163
/
+179
*
clover: Allow storing a range into a container of different (but compatible) ...
Francisco Jerez
2014-02-21
1
-7
/
+7
*
clover: Define an intrusive smart reference class.
Francisco Jerez
2014-02-21
1
-0
/
+66
*
clover: Some improvements for the intrusive pointer class.
Francisco Jerez
2014-02-21
6
-30
/
+45
*
clover: Fix up NULL constant pointer arguments.
Francisco Jerez
2014-02-21
1
-1
/
+2
*
tgsi_ureg: add property_gs_invocations
Jordan Justen
2014-02-20
2
-0
/
+11
*
i965: Enable Broadwell support.
Kenneth Graunke
2014-02-20
1
-2
/
+0
*
i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.
Kenneth Graunke
2014-02-20
2
-2
/
+81
*
i965: Drop bogus F32TO16/F16TO32 instructions on Broadwell - use MOV.
Kenneth Graunke
2014-02-20
3
-6
/
+6
*
i965: Create a hardware context before initializing state module.
Kenneth Graunke
2014-02-20
1
-6
/
+6
*
i965/fs: Implement scratch read/write support for Broadwell.
Kenneth Graunke
2014-02-20
1
-9
/
+109
*
i965: Add Gen8 assembly support for DP Scratch messages.
Kenneth Graunke
2014-02-20
2
-0
/
+47
*
i965: Store absolute thread count in max_wm_threads on Broadwell.
Kenneth Graunke
2014-02-20
2
-2
/
+5
*
i965: Use MOV, not OR for setting URB write channel enables on Gen8+.
Kenneth Graunke
2014-02-20
1
-5
/
+2
*
i965: Implement a CS stall workaround on Broadwell.
Kenneth Graunke
2014-02-20
1
-0
/
+36
*
i965: support instanced GS on gen7
Jordan Justen
2014-02-20
5
-2
/
+11
*
i965: support gl_InvocationID for gen7
Jordan Justen
2014-02-20
5
-3
/
+49
*
glsl: add gl_InvocationID variable for ARB_gpu_shader5
Jordan Justen
2014-02-20
2
-0
/
+3
*
main/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgramiv support
Jordan Justen
2014-02-20
1
-0
/
+6
*
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
[next]