index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965: Bump generation check in code to disable HiZ at LODs > 0.
Kenneth Graunke
2014-02-19
1
-1
/
+1
*
i965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on Broadwell.
Kenneth Graunke
2014-02-19
1
-8
/
+17
*
i965: Pull format conversion logic out of brw_depthbuffer_format.
Kenneth Graunke
2014-02-19
3
-32
/
+43
*
i965: Bump MaxTexMbytes from 1GB to 1.5GB.
Kenneth Graunke
2014-02-18
1
-0
/
+1
*
i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.
Kenneth Graunke
2014-02-18
1
-1
/
+1
*
i965: Bump MAX_3D_TEXTURE_SIZE to 2048.
Kenneth Graunke
2014-02-18
1
-1
/
+1
*
i965/fs: Use conditional sends to do FB writes on HSW+.
Eric Anholt
2014-02-18
4
-18
/
+46
*
i965/fs: Drop dead comment about the old proj_attrib_mask optimization.
Eric Anholt
2014-02-18
1
-6
/
+0
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
7
-42
/
+23
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
8
-276
/
+168
*
i965: Drop some duplicated code in DRI winsys BO updates.
Eric Anholt
2014-02-18
3
-110
/
+38
*
i965: Simplify intel_miptree_updownsample.
Eric Anholt
2014-02-18
1
-24
/
+11
*
i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees.
Eric Anholt
2014-02-18
1
-3
/
+4
*
i965: Make the mt->target of multisample renderbuffers be 2D_MS.
Eric Anholt
2014-02-18
1
-3
/
+5
*
nouveau: fix chipset checks for nv1a by using the oclass instead
Ilia Mirkin
2014-02-13
3
-7
/
+8
*
i965: Add a driver hook for binding renderbuffers to textures.
Eric Anholt
2014-02-12
1
-0
/
+36
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
3
-4
/
+4
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
4
-12
/
+16
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
7
-24
/
+30
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
6
-11
/
+68
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
5
-21
/
+46
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
4
-0
/
+5
*
i965: Fix General and Indirect Base Addresses on Broadwell.
Kenneth Graunke
2014-02-11
1
-2
/
+2
*
i965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS packet.
Kenneth Graunke
2014-02-11
1
-1
/
+1
*
i965/gs: Fix EndPrimitive on Broadwell.
Kenneth Graunke
2014-02-11
1
-0
/
+7
*
i965/vec4: Support arbitrarily large sampler indices on Broadwell+.
Kenneth Graunke
2014-02-11
1
-3
/
+22
*
i965/fs: Support arbitrarily large sampler indices on Broadwell+.
Kenneth Graunke
2014-02-11
1
-1
/
+18
*
i965/fs: Fix Broadwell texture header setup to be uncompressed.
Kenneth Graunke
2014-02-11
1
-0
/
+5
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
3
-3
/
+0
*
dri/nouveau: Pass the API into _mesa_initialize_context
Emil Velikov
2014-02-11
6
-10
/
+16
*
i965: Don't call abort() on an unknown device.
Kenneth Graunke
2014-02-11
2
-2
/
+4
*
i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-4
/
+2
*
i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-2
/
+1
*
i965: Program 2x MSAA sample positions.
Kenneth Graunke
2014-02-10
3
-4
/
+16
*
i965: Store 4x MSAA sample positions in a scalar value, not an array.
Kenneth Graunke
2014-02-10
3
-4
/
+4
*
i965: Duplicate less code in GetSamplePositions driver hook.
Kenneth Graunke
2014-02-10
1
-11
/
+12
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
19
-49
/
+49
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-1
/
+5
[next]