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/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
*
i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
2012-01-23
1
-3
/
+9
*
i965/vs: Enable workaround-free math on gen7.
Eric Anholt
2012-01-23
1
-2
/
+6
*
i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Eric Anholt
2012-01-23
1
-6
/
+16
*
i965/vs: Take attributes into account when deciding urb_entry_size.
Kenneth Graunke
2012-01-18
1
-5
/
+0
*
i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
2012-01-18
1
-4
/
+0
*
i965/vs: Try to emit more components of constant vectors at once.
Eric Anholt
2012-01-11
1
-2
/
+27
*
i965/vs: Use the proper dimensionality for the sampler result register.
Kenneth Graunke
2012-01-04
1
-1
/
+1
*
i965: Silence gcc warning about uninitialized "inst" in assert() case.
Eric Anholt
2012-01-02
1
-1
/
+1
*
i965/vs: Implement EXT_texture_swizzle support for VS texturing.
Kenneth Graunke
2011-12-19
1
-1
/
+50
*
i965/vs: Add support for texel offsets.
Kenneth Graunke
2011-12-19
1
-1
/
+5
*
i965/vs: Implement vec4_visitor::visit(ir_texture *).
Kenneth Graunke
2011-12-19
1
-7
/
+120
*
i965: Add support for gl_VertexID and gl_InstanceID.
Eric Anholt
2011-11-11
1
-0
/
+21
*
i965: Add support for integral vertex attributes.
Paul Berry
2011-11-02
1
-0
/
+1
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
1
-1
/
+3
*
i965: Use glsl_type::column_type instead of open-coding it
Ian Romanick
2011-10-28
1
-3
/
+1
*
i965/vs: Fix comparisons with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+22
*
i965: silence signed/unsigned comparison warning
Brian Paul
2011-10-19
1
-1
/
+2
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-1
/
+2
*
i965 Gen6+: De-compact clip planes.
Paul Berry
2011-10-06
1
-12
/
+24
*
i965 VS: Change nr_userclip to nr_userclip_planes.
Paul Berry
2011-10-06
1
-2
/
+2
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-2
/
+2
*
i965: Move ClipPlanesEnabled state to VS cache key.
Paul Berry
2011-10-06
1
-1
/
+1
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
1
-2
/
+22
*
i965/vs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-3
/
+19
*
i965/vs: Fix swizzle related assertion
Ian Romanick
2011-10-01
1
-1
/
+2
*
i965: Assign instead of compare inside assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
i965/vs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
[next]