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
/
brw_vec4_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Re-enable the -RHW workaround for original gen4 chips.
Eric Anholt
2013-02-13
1
-12
/
+8
*
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
1
-1
/
+1
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-2
/
+5
*
i965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack operations (v3)
Chad Versace
2013-01-24
1
-0
/
+133
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-2
/
+2
*
i965/vs: Do headerless texturing for texelFetchOffset().
Kenneth Graunke
2013-01-24
1
-2
/
+4
*
i965/vs: Store texturing results into a vec4 temporary.
Kenneth Graunke
2013-01-18
1
-6
/
+7
*
i965/vs: Set LOD to 0 for ordinary texture() calls.
Kenneth Graunke
2013-01-18
1
-2
/
+5
*
i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.
Kenneth Graunke
2013-01-18
1
-5
/
+8
*
i965/vs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2012-12-28
1
-53
/
+34
*
i965: vs: Add fixup for textureSize with cube array samplers
Chris Forbes
2012-12-14
1
-0
/
+13
*
i965/vs: Fix gen6+ math operand quirks in one place
Chris Forbes
2012-12-14
1
-34
/
+27
*
i965/vp: Fix crashes with INTEL_DEBUG=vs.
Eric Anholt
2012-12-03
1
-0
/
+1
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
1
-1
/
+0
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
1
-3
/
+3
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
1
-2
/
+3
*
i965: emit w/a for packed attribute formats in VS
Chris Forbes
2012-11-26
1
-13
/
+123
*
i965: Generalize GL_FIXED VS w/a support
Chris Forbes
2012-11-26
1
-7
/
+7
*
i965/vs: add support for emitting SHL, SHR, ASR
Chris Forbes
2012-11-26
1
-4
/
+7
*
i965/vs: Fix user clip plane setup on Gen4-5.
Kenneth Graunke
2012-11-13
1
-4
/
+3
*
i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().
Kenneth Graunke
2012-11-13
1
-8
/
+2
*
i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.
Kenneth Graunke
2012-11-13
1
-21
/
+39
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
1
-2
/
+1
*
i965/vs: Refactor min/max handling to share code.
Kenneth Graunke
2012-11-01
1
-18
/
+19
*
i965/vs: Add support for emitting DPH opcodes.
Kenneth Graunke
2012-11-01
1
-0
/
+1
*
i965/vs: Fix the mlen of scratch read/write messages.
Eric Anholt
2012-10-17
1
-2
/
+2
*
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
1
-10
/
+11
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
1
-6
/
+5
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
1
-2
/
+6
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
1
-4
/
+3
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
1
-1
/
+1
*
i965/vs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-5
/
+5
*
i965/vs: Add support for copying user edge flags.
Eric Anholt
2012-08-09
1
-2
/
+11
*
i965/vs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
1
-2
/
+50
*
i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.
Eric Anholt
2012-08-07
1
-2
/
+3
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-0
/
+4
*
i965/vs: Don't clobber sampler message MRFs with subexpressions.
Kenneth Graunke
2012-08-06
1
-17
/
+42
*
i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.
Eric Anholt
2012-07-06
1
-43
/
+0
*
i965: Add support for ir_unop_f2u to i965 backend.
Paul Berry
2012-06-15
1
-0
/
+1
*
i965: Enable the GL_ARB_shader_bit_encode extension.
Kenneth Graunke
2012-06-07
1
-0
/
+17
*
i965/vs: Fix texelFetchOffset() on pre-Gen7.
Kenneth Graunke
2012-06-05
1
-2
/
+2
*
i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
2012-05-17
1
-2
/
+2
*
i965/vs: Fix texelFetchOffset()
Eric Anholt
2012-04-24
1
-3
/
+23
*
i965: Fix swizzles for system values such as gl_InstanceID.
Kenneth Graunke
2012-02-29
1
-0
/
+4
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-7
/
+5
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-2
/
+1
*
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
2012-01-30
1
-0
/
+2
[next]