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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix an inconsistency inb the VUE map with gl_ClipVertex on gen4/5.
Eric Anholt
2013-03-30
1
-7
/
+11
*
intel: Remove a never-taken debug print path.
Eric Anholt
2013-03-30
1
-5
/
+0
*
i965: Fix INTEL_DEBUG=shader_time for fragment shaders with discards.
Kenneth Graunke
2013-03-29
5
-6
/
+16
*
i965: Add names for all instructions to dump_instruction() in FS and VS.
Eric Anholt
2013-03-29
4
-25
/
+113
*
i965: Enable ARB_texture_query_lod.
Matt Turner
2013-03-29
1
-1
/
+3
*
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
2013-03-29
5
-1
/
+20
*
i965/fs: Use measured Gen7 instruction timings on Gen6.
Matt Turner
2013-03-29
1
-1
/
+4
*
i965/fs: Increase and document MAD latency on Gen7.
Matt Turner
2013-03-29
1
-4
/
+18
*
i965/fs: Add LRP instruction latency.
Matt Turner
2013-03-29
1
-0
/
+26
*
i965/fs: Add Haswell cycle timings
Matt Turner
2013-03-29
1
-9
/
+9
*
i965: Note that write-after-write dependencies are blocking.
Matt Turner
2013-03-29
1
-1
/
+1
*
i965: Reword comment about the shared mathbox.
Matt Turner
2013-03-29
1
-4
/
+4
*
mesa: provide default implementation of QuerySamplesForFormat
Chris Forbes
2013-03-29
1
-1
/
+2
*
i965: Tidy shader time printing code by using printf's field widths.
Kenneth Graunke
2013-03-28
1
-12
/
+4
*
i965/vs: Include URB payload setup in shader_time.
Eric Anholt
2013-03-28
2
-4
/
+11
*
i965/vs: Use a send from a 2-register VGRF for shader time writes.
Eric Anholt
2013-03-28
2
-14
/
+13
*
i965/vs: Teach copy propagation about sends from GRFs.
Eric Anholt
2013-03-28
3
-7
/
+29
*
i965/vs: Prepare split_virtual_grfs() for the presence of SENDs from GRFs.
Eric Anholt
2013-03-28
2
-20
/
+45
*
i965/fs: Include everything but the final FB write in shader_time.
Eric Anholt
2013-03-28
2
-5
/
+15
*
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
2013-03-28
6
-19
/
+63
*
i965: Provide more detailed information to match shader_time to programs.
Eric Anholt
2013-03-28
1
-13
/
+50
*
i965: Track ARB program state along with GLSL state for shader_time.
Eric Anholt
2013-03-28
6
-29
/
+47
*
i965/fs: Improve performance of copy propagation dataflow using bitsets.
Eric Anholt
2013-03-28
1
-33
/
+34
*
android: fix Android.mk bug in mesa/drivers/dri/common
Adrian Marius Negreanu
2013-03-25
1
-1
/
+2
*
i965: Shrink brw_vue_map struct.
Paul Berry
2013-03-24
2
-2
/
+10
*
i965/fs: Rename vp_outputs_written to input_slots_valid.
Paul Berry
2013-03-24
3
-7
/
+7
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
7
-31
/
+29
*
i965: Store the geometry output VUE map in brw_context.
Paul Berry
2013-03-24
3
-0
/
+17
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
7
-21
/
+27
*
i965/gen7: Use WE_all mode when enabling channel masks for URB write.
Paul Berry
2013-03-24
1
-0
/
+1
*
i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.
Paul Berry
2013-03-24
5
-10
/
+10
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
15
-152
/
+149
*
i965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
Chris Forbes
2013-03-24
1
-2
/
+2
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
1
-2
/
+4
*
i965: Add a driconf option to disable flush throttling.
Paul Berry
2013-03-21
4
-2
/
+15
*
meta: fix incorrect slice, r coordinate computation
Brian Paul
2013-03-21
1
-4
/
+9
*
meta: minor indentation fix
Brian Paul
2013-03-21
1
-1
/
+1
*
i965/vs: Add IR dumping for immediates.
Kenneth Graunke
2013-03-20
1
-0
/
+16
*
i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.
Kenneth Graunke
2013-03-20
1
-1
/
+2
*
i965: Don't print a fatal-looking message if intelCreateContext fails.
Kenneth Graunke
2013-03-20
1
-1
/
+0
*
i965/gen7: Align all depth miplevels to 8 in the X direction.
Eric Anholt
2013-03-20
1
-1
/
+9
*
i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.
Paul Berry
2013-03-19
2
-2
/
+12
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
10
-17
/
+52
*
osmesa: fix out-of-tree build
Andreas Boll
2013-03-19
1
-0
/
+1
*
Add dri image entry point for creating image from fd
Kristian Høgsberg
2013-03-18
3
-4
/
+94
*
i965/blorp: Add INTEL_DEBUG=blorp flag.
Paul Berry
2013-03-18
3
-0
/
+8
*
i965: Simplify separate stencil check
Paul Berry
2013-03-16
1
-1
/
+1
*
i965: Apply depthstencil alignment workaround when doing fast clears.
Paul Berry
2013-03-15
1
-1
/
+5
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
17
-86
/
+86
*
Get rid of _mesa_frag_attrib_to_vert_result().
Paul Berry
2013-03-15
1
-8
/
+7
[next]