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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i965/vs: Trim the swizzle of the scratch write temporary.
Eric Anholt
2012-10-17
1
-1
/
+16
*
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
2012-10-17
3
-21
/
+12
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
3
-8
/
+6
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
4
-5
/
+96
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
4
-121
/
+172
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
6
-108
/
+89
*
i965: Make a helper function for the renderbuffer temporary mt workaround.
Eric Anholt
2012-10-16
1
-22
/
+1
*
i965: Warn on a couple of workarounds in blending.
Eric Anholt
2012-10-16
1
-2
/
+15
*
i965/fs: Fix segfault when using INTEL_DEBUG=perf with non-GLSL.
Kenneth Graunke
2012-10-16
1
-1
/
+1
*
mesa: Remove PROGRAM_WRITE_ONLY register type.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
1
-3
/
+1
*
mesa: Remove the EmitNVTempInitialization shader compiler option.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
intel: Remove NV_vertex_program support.
Eric Anholt
2012-10-15
2
-7
/
+0
*
i965/vp: Remove more code for unused opcodes.
Eric Anholt
2012-10-15
1
-55
/
+1
*
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
2012-10-10
3
-0
/
+62
*
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
2012-10-10
3
-10
/
+16
*
i965/vs: Implement register spilling.
Kenneth Graunke
2012-10-10
3
-1
/
+144
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
3
-4
/
+8
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
2
-120
/
+0
*
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2012-10-08
2
-18
/
+30
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
3
-165
/
+124
*
i965: Remove the old ARB_fragment_program backend.
Eric Anholt
2012-10-08
9
-4810
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
10
-109
/
+860
*
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.
Eric Anholt
2012-10-08
1
-4
/
+4
*
i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.
Eric Anholt
2012-10-08
1
-0
/
+23
*
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2012-10-08
2
-31
/
+23
*
i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.
Eric Anholt
2012-10-08
2
-21
/
+16
*
i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.
Eric Anholt
2012-10-08
2
-7
/
+4
*
dri drivers: Link dricommon before dynamic libraries
Matt Turner
2012-10-03
1
-2
/
+2
*
i965: Complain about variable index lowering when INTEL_DEBUG=perf.
Kenneth Graunke
2012-09-29
1
-2
/
+8
*
i965: Dump linked shaders on MESA_GLSL=dump.
Kenneth Graunke
2012-09-29
1
-0
/
+9
*
intel/i965: Disable SampleAlphaToOne if dual source blending enabled
Anuj Phogat
2012-09-29
1
-2
/
+11
*
i965: brwInitVtbl needs to know the chipset generation
Ian Romanick
2012-09-28
2
-0
/
+6
*
i965: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+2
*
i965: Remove stale comment about rebuilding tnl_program.
Eric Anholt
2012-09-27
1
-7
/
+0
*
i965: Add a comment explaining one of the brw_draw_upload.c loops.
Eric Anholt
2012-09-27
1
-0
/
+4
*
i965: Remove broken non-interleaved-to-interleaved upload code.
Eric Anholt
2012-09-27
1
-50
/
+2
*
intel: Mark some file-local code as static.
Eric Anholt
2012-09-27
4
-8
/
+3
*
i965: Mark brw_disasm.c tables as static const.
Eric Anholt
2012-09-27
1
-56
/
+44
*
i965: Use visibility cflags on the driver code.
Eric Anholt
2012-09-27
1
-0
/
+1
*
i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.
Eric Anholt
2012-09-27
1
-86
/
+0
*
i965/vp: Remove support for relative addressing of destination registers.
Eric Anholt
2012-09-27
1
-83
/
+7
*
i965/vp: Remove support for reading destination registers.
Eric Anholt
2012-09-27
2
-64
/
+4
*
i965/vp: Remove support for GLSL flow control from the old VS backend.
Eric Anholt
2012-09-27
1
-83
/
+0
*
i965: Do texture swizzling in hardware on Haswell.
Kenneth Graunke
2012-09-26
2
-5
/
+52
*
i965: Refactor texture swizzle generation into a helper.
Kenneth Graunke
2012-09-26
3
-49
/
+60
*
i965: Allow fast depth clears if scissoring doesn't do anything.
Kenneth Graunke
2012-09-25
1
-1
/
+13
*
i965: Don't spill "smeared" registers.
Paul Berry
2012-09-25
1
-0
/
+15
[next]