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: Directly call intel_batchbuffer_flush() after i915 split.
Eric Anholt
2013-08-30
7
-24
/
+10
*
i965/vs: Fix regression on pre-gen6 with no VS uniforms in use.
Eric Anholt
2013-08-30
1
-0
/
+1
*
i965: Allocate just enough space for user clip planes in uniform arrays.
Kenneth Graunke
2013-08-28
1
-2
/
+4
*
i965: Silence unused variable warning in release build
Chad Versace
2013-08-28
1
-1
/
+1
*
i965/vs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
2
-0
/
+12
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
4
-0
/
+10
*
i965/fs: Assert that ir_expressions are usable by 3-src instructions.
Matt Turner
2013-08-27
1
-0
/
+1
*
i915: Optimize SEQ and SNE when two operands are uniforms
Ian Romanick
2013-08-26
1
-12
/
+70
*
i965/vs: Allocate register set once at context creation.
Kenneth Graunke
2013-08-26
3
-4
/
+6
*
i965/vs: Move base_reg_count computation to brw_alloc_reg_set().
Kenneth Graunke
2013-08-26
1
-3
/
+4
*
i965/vs: Expose the payload registers to the register allocator.
Kenneth Graunke
2013-08-26
2
-6
/
+36
*
i965/vs: Use a fixed set of register classes.
Kenneth Graunke
2013-08-26
1
-37
/
+13
*
i965: Allow C++ type safety in the use of enum brw_urb_write_flags.
Paul Berry
2013-08-26
7
-11
/
+30
*
i965: Remove redundant (and uninitialized) field vec4_generator::ctx.
Paul Berry
2013-08-26
2
-3
/
+2
*
i965: Don't try to fall back when creating unrecognized program targets.
Paul Berry
2013-08-26
1
-1
/
+2
*
i965/gs: Add a data structure for tracking VS output VUE map.
Paul Berry
2013-08-23
2
-1
/
+16
*
i965/vec4: Make a function for setting up vec4 program key clip info.
Paul Berry
2013-08-23
2
-6
/
+24
*
i965: Make prim_to_hw_prim accessible outside brw_draw.c.
Paul Berry
2013-08-23
2
-1
/
+3
*
i965/gs: add GS visitors.
Paul Berry
2013-08-23
3
-0
/
+351
*
i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
Paul Berry
2013-08-23
4
-0
/
+28
*
i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
Paul Berry
2013-08-23
4
-0
/
+45
*
i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
Paul Berry
2013-08-23
4
-0
/
+57
*
i965/gs: Add GS_OPCODE_THREAD_END.
Paul Berry
2013-08-23
5
-0
/
+32
*
i965/gs: Add GS_OPCODE_URB_WRITE.
Paul Berry
2013-08-23
5
-4
/
+38
*
i965/gs: Add a flag allowing URB write messages to use a per-slot offset.
Paul Berry
2013-08-23
2
-2
/
+8
*
i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.
Paul Berry
2013-08-23
12
-71
/
+76
*
i965/gs: Add a case to brwNewProgram() for geometry shaders.
Paul Berry
2013-08-23
1
-0
/
+11
*
i965/gs: Create structs for use by GS program compilation.
Paul Berry
2013-08-23
1
-0
/
+23
*
i965/gs: Add a case to brwBindProgram() for geometry shaders.
Paul Berry
2013-08-23
1
-0
/
+3
*
i965/gs: Add brw->geometry_program.
Paul Berry
2013-08-23
2
-0
/
+8
*
i965/vec4: Virtualize setup_payload instead of setup_attributes.
Paul Berry
2013-08-23
3
-6
/
+5
*
i965/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
7
-8
/
+20
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
4
-64
/
+72
*
i965: Make brw_{shader,vec4}.h safe to include from C.
Paul Berry
2013-08-23
2
-2
/
+15
*
i965: Stop including brw_vs.h from brw_vec4.h.
Paul Berry
2013-08-23
6
-1
/
+9
*
i965: Initialize all elements of ctx->ShaderCompilerOptions.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965: Make brw_{program,vs}.h safe to include from C++.
Paul Berry
2013-08-23
3
-1
/
+17
*
i965: Fix misapplication of gles3 srgb workaround
Chad Versace
2013-08-22
1
-3
/
+7
*
i965/fs: Add code to print out global copy propagation sets.
Kenneth Graunke
2013-08-21
1
-0
/
+30
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
8
-17
/
+12
*
i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
Ville Syrjälä
2013-08-21
2
-3
/
+11
*
i965: Shorten sampler loops in precompile key setup.
Kenneth Graunke
2013-08-20
2
-2
/
+4
*
i965: Make the VS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-3
/
+4
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
5
-16
/
+20
*
i965/vs: Plumb brw_vec4_prog_data into vec4_generator().
Kenneth Graunke
2013-08-19
3
-3
/
+7
*
i965/fs: Make the FS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-6
/
+5
*
i965/fs: Track the binding table size in brw_wm_prog_data.
Kenneth Graunke
2013-08-19
3
-0
/
+27
*
i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.
Kenneth Graunke
2013-08-19
4
-17
/
+15
*
i965: Shorten sampler loops in key setup.
Kenneth Graunke
2013-08-19
3
-3
/
+7
*
i965: Make sampler counts available for the entire drawing operation.
Kenneth Graunke
2013-08-19
4
-20
/
+20
[prev]
[next]