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: Fix the SF Vertex URB Read Length calculation for Sandybridge.
Kenneth Graunke
2013-02-03
1
-16
/
+18
*
i965: Compute the maximum SF source attribute.
Kenneth Graunke
2013-02-03
3
-4
/
+12
*
i965: Refactor Gen6+ SF attribute override code.
Kenneth Graunke
2013-02-03
1
-12
/
+13
*
i965: Remove dead field brw_wm_prog_data::error.
Kenneth Graunke
2013-02-03
1
-1
/
+0
*
i965: Remove dead field brw_context::constant_map.
Kenneth Graunke
2013-02-03
1
-1
/
+0
*
swrast: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
intel: implement create image from texture
Abdiel Janulgue
2013-02-01
1
-21
/
+138
*
intel: Account for mt->offset in intel_miptree_map
Abdiel Janulgue
2013-02-01
1
-2
/
+2
*
intel: Create a miptree using offsets in intel_set_texture_image_region
Abdiel Janulgue
2013-02-01
1
-7
/
+53
*
i965: Account for offsets when updating SURFACE_STATE.
Abdiel Janulgue
2013-02-01
2
-2
/
+21
*
intel: add pixel offset calculator for miptree levels
Abdiel Janulgue
2013-02-01
2
-0
/
+21
*
intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.
Abdiel Janulgue
2013-02-01
2
-14
/
+25
*
intel: expose dimensions and offsets of a miptree level in DRIImage
Abdiel Janulgue
2013-02-01
1
-0
/
+7
*
i965: Add chipset limits for Haswell GT1/GT2.
Kenneth Graunke
2013-01-28
1
-1
/
+17
*
intel: Un-hardcode lengths from blitter commands.
Kenneth Graunke
2013-01-28
2
-7
/
+7
*
intel: Use a CPU map of the batch on LLC-sharing architectures.
Eric Anholt
2013-01-29
4
-9
/
+24
*
i965: Fix assignment instead of comparison in asserts.
Vinson Lee
2013-01-28
1
-2
/
+2
*
intel: Typo fix: "pitsh" -> "pitch"
Paul Berry
2013-01-28
1
-1
/
+1
*
i965: Enable ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+1
*
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
2013-01-25
3
-0
/
+12
*
i965: Lower the 4x8 pack/unpack operations
Matt Turner
2013-01-25
1
-1
/
+5
*
i965: Pass in the glarray to get_surface_type.
Eric Anholt
2013-01-25
1
-29
/
+22
*
i965: Remove nonsense comment.
Eric Anholt
2013-01-25
1
-2
/
+0
*
i965: Remove NDEBUG undef that was snuck in.
Eric Anholt
2013-01-25
1
-2
/
+0
*
i965: reuse _mesa_sizeof_type for index buffer types.
Eric Anholt
2013-01-25
1
-24
/
+2
*
i965: Reuse precalculated ib_type_size value.
Eric Anholt
2013-01-25
1
-1
/
+1
*
i965: Drop debug check for knowing the size of a type.
Eric Anholt
2013-01-25
1
-2
/
+1
*
i965: Stop worrying about alignment of vertex data.
Eric Anholt
2013-01-25
1
-7
/
+1
*
i965: Use the glarray _ElementSize that Mesa tracks for us.
Eric Anholt
2013-01-25
2
-8
/
+4
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
2
-2
/
+2
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
4
-0
/
+4
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
4
-7
/
+17
*
i965: Correct gen6+ guardband calculation.
Eric Anholt
2013-01-25
2
-9
/
+21
*
i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.
Kenneth Graunke
2013-01-25
4
-7
/
+21
*
i965: Bump maximum supported ES2 context version to 3.0
Chad Versace
2013-01-25
1
-1
/
+1
*
i965/Gen6+: Enable ARB_ES3_compatibility extension
Paul Berry
2013-01-25
1
-0
/
+1
*
i965/fs/gen7: Fix fatal typo in unpackHalf2x16
Chad Versace
2013-01-24
1
-1
/
+1
*
i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
5
-3
/
+144
*
i965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack operations (v3)
Chad Versace
2013-01-24
3
-0
/
+146
*
i965: Quote the PRM on a HorzStride subtlety
Chad Versace
2013-01-24
1
-1
/
+4
*
i965: Add opcodes for F32TO16 and F16TO32
Chad Versace
2013-01-24
4
-0
/
+8
*
i965: Lower the GLSL ES 3.00 pack/unpack operations (v2)
Chad Versace
2013-01-24
1
-0
/
+32
*
i965/disasm: Fix horizontal stride of dest registers
Chad Versace
2013-01-24
1
-3
/
+6
*
intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytes
Paul Berry
2013-01-24
1
-0
/
+21
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
4
-9
/
+11
*
i965/vs: Do headerless texturing for texelFetchOffset().
Kenneth Graunke
2013-01-24
1
-2
/
+4
*
intel: Fix ReadPixels on buffers whose width >= 32kbytes
Paul Berry
2013-01-24
1
-4
/
+24
*
intel: callocing a 32 byte temp is silly, so don't
Ian Romanick
2013-01-24
1
-3
/
+3
*
intel: Enable S3TC extensions always
Ian Romanick
2013-01-23
1
-6
/
+4
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
5
-5
/
+6
[prev]
[next]