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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix slow leak of brw->wm.compile_data->store
Eric Anholt
2012-11-08
3
-20
/
+6
*
i965/fs: Add support for global copy propagation.
Eric Anholt
2012-11-08
2
-20
/
+199
*
i965: Fix assertion in brw_alu3.
Vinson Lee
2012-11-07
1
-1
/
+1
*
i965: Fix oversized initial allocation of the state cache table pointers.
Vandrus Zoltán
2012-11-04
1
-1
/
+1
*
i965: Force border color A to 1 when it's not present in the GL format.
Eric Anholt
2012-11-04
1
-0
/
+7
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
3
-2
/
+7
*
i965: Set dirty state for brw_draw_upload.c when num_instances changes.
Eric Anholt
2012-11-04
1
-1
/
+4
*
i965: Remove the vbo_rebase_prims() path.
Eric Anholt
2012-11-04
1
-15
/
+6
*
i965/fs: Fix a comment in copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+3
*
i965/fs: Allow copy-propagation on pull constant load values.
Eric Anholt
2012-11-04
1
-3
/
+4
*
i965/fs: Do dead code elimination just after copy propagation.
Eric Anholt
2012-11-04
1
-1
/
+1
*
i965/fs: Compact the virtual GRF arrays.
Kenneth Graunke
2012-11-03
2
-0
/
+61
*
i965: Remove unused variables after removing the old VS backend.
Kenneth Graunke
2012-11-01
1
-2
/
+0
*
i965: Remove unnecessary walk through Mesa IR in ProgramStringNotify().
Kenneth Graunke
2012-11-01
1
-82
/
+0
*
i965: Remove VS constant buffer read support from brw_eu_emit.c.
Kenneth Graunke
2012-11-01
2
-121
/
+0
*
i965: Update comment about clipper constants.
Kenneth Graunke
2012-11-01
1
-9
/
+1
*
i965/vs: Remove brw_vs_compile::constant_map.
Kenneth Graunke
2012-11-01
2
-18
/
+1
*
i965/vs: Remove support for the old parameter layout.
Kenneth Graunke
2012-11-01
5
-70
/
+7
*
i965/vs: Delete the old vertex shader backend.
Kenneth Graunke
2012-11-01
4
-1836
/
+0
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
6
-32
/
+738
*
i965/vs: Refactor min/max handling to share code.
Kenneth Graunke
2012-11-01
2
-18
/
+21
*
i965/vs: Add support for emitting DPH opcodes.
Kenneth Graunke
2012-11-01
3
-0
/
+6
*
i965/vs: Only do INTEL_DEBUG=perf when there's a GLSL shader.
Kenneth Graunke
2012-11-01
1
-3
/
+2
*
i965/gen4: Fix assertion failures in depthstencil piglit tests.
Eric Anholt
2012-11-01
1
-4
/
+5
*
i965: Add "alpha to coverage" to performance debug recompile messages.
Kenneth Graunke
2012-10-31
1
-0
/
+1
*
i965: Don't replicate data for zero-stride arrays when copying to VBOs.
Kenneth Graunke
2012-10-31
1
-7
/
+6
*
i965: Don't bother trying to extend the current vertex buffers.
Kenneth Graunke
2012-10-31
3
-42
/
+1
*
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
2012-10-26
3
-22
/
+7
*
i965: Rename misleading "active" field of brw->query.
Eric Anholt
2012-10-26
2
-5
/
+5
*
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
i965/vs: Fix debug dumping of VS push constants.
Kenneth Graunke
2012-10-25
1
-1
/
+3
*
i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.
Eric Anholt
2012-10-22
1
-0
/
+12
*
i965: Stop flushing the batch on timestamp queries, too.
Eric Anholt
2012-10-19
1
-1
/
+0
*
i965: Don't flush the batch immediately on EndQuery.
Eric Anholt
2012-10-19
1
-5
/
+14
*
i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.
Eric Anholt
2012-10-19
1
-1
/
+1
*
i965/vs: include format argument in debug printf
Tapani Pälli
2012-10-19
1
-1
/
+1
*
i965/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
2012-10-17
3
-49
/
+61
*
i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.
Eric Anholt
2012-10-17
2
-1
/
+63
*
i965/fs: Reduce the interference between payload regs and virtual GRFs.
Eric Anholt
2012-10-17
2
-19
/
+152
*
i965/fs: Expose the payload registers to the register allocator.
Eric Anholt
2012-10-17
1
-7
/
+39
*
i965/fs: Remove extra allocation for classes[].
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965/fs: Make the register allocation class_sizes[] choice static.
Eric Anholt
2012-10-17
2
-60
/
+42
*
i965/vs: Improve live interval calculation.
Eric Anholt
2012-10-17
4
-96
/
+388
*
i965/vs: Fix the mlen of scratch read/write messages.
Eric Anholt
2012-10-17
1
-2
/
+2
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
5
-16
/
+16
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
13
-33
/
+32
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
8
-65
/
+65
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
7
-6
/
+6
*
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
5
-24
/
+30
[next]