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_vs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
1
-1
/
+1
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
1
-0
/
+33
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
1
-0
/
+19
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
1
-0
/
+71
*
i965: Add performance debug for register spilling.
Eric Anholt
2012-08-12
1
-0
/
+4
*
i965/gen6+: Add support for edge flags.
Eric Anholt
2012-08-09
1
-2
/
+4
*
i965/vs: Add comment noting copy_edgeflag state dependency.
Eric Anholt
2012-08-09
1
-0
/
+2
*
i965/vs: Add support for loading uniform buffer variables as pull constants.
Eric Anholt
2012-08-07
1
-0
/
+5
*
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
2012-08-07
1
-1
/
+1
*
i965: Allocate dummy slots for point sprites before computing VUE map.
Kenneth Graunke
2012-08-06
1
-2
/
+2
*
i965: Move loop over texture units into brw_populate_sampler_prog_key.
Kenneth Graunke
2012-07-12
1
-4
/
+1
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-0
/
+5
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-7
/
+9
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-2
/
+7
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
1
-1
/
+1
*
i965: Fix transform feedback of gl_ClipVertex.
Paul Berry
2012-01-05
1
-5
/
+8
*
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Kenneth Graunke
2012-01-04
1
-0
/
+1
*
i965/vs: Add texture related data to brw_vs_prog_key.
Kenneth Graunke
2011-12-19
1
-0
/
+8
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-2
/
+2
*
i965: Move program compile to emit() time.
Eric Anholt
2011-10-29
1
-1
/
+1
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-1
/
+1
*
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
-3
/
+5
*
i965 Gen6+: De-compact clip planes.
Paul Berry
2011-10-06
1
-5
/
+12
*
i965 VS: Change nr_userclip to nr_userclip_planes.
Paul Berry
2011-10-06
1
-2
/
+4
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-2
/
+4
*
i965: Move ClipPlanesEnabled state to VS cache key.
Paul Berry
2011-10-06
1
-0
/
+2
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-1
/
+1
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
1
-1
/
+33
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
1
-4
/
+4
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
1
-0
/
+1
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-2
/
+1
*
i965: For GEN6+, always make front/back colors adjacent in VUE.
Paul Berry
2011-09-06
1
-16
/
+12
*
i965: Write code to compute a VUE map.
Paul Berry
2011-09-06
1
-0
/
+110
*
i965/vs: Move the flag for whether to use the new backend to the context.
Eric Anholt
2011-08-30
1
-5
/
+1
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965/vs: Run the shader backend at link time and return compile failures.
Eric Anholt
2011-08-16
1
-8
/
+43
*
i965: Set up allocation of a VS scratch space if required.
Eric Anholt
2011-08-16
1
-0
/
+9
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-1
/
+11
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-13
/
+9
*
i965: Add support for GL_FIXED vertex attributes.
Eric Anholt
2011-06-10
1
-1
/
+10
*
i965: Get a ralloc context into brw_compile.
Kenneth Graunke
2011-05-17
1
-2
/
+6
*
i965: Remove dead entrypoints to state cache, rename the one that's left.
Eric Anholt
2011-04-29
1
-8
/
+5
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
1
-1
/
+5
*
i965: support for two-sided lighting on Sandybridge
Xiang, Haihao
2010-12-10
1
-1
/
+2
*
i965: Drop push-mode reladdr constant loading and always use constant_map.
Eric Anholt
2010-12-08
1
-2
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
i965: Silence unused variable warning on non-debug builds.
Vinson Lee
2010-10-08
1
-0
/
+1
*
i965: Settle on printing our program debug to stdout.
Eric Anholt
2010-08-04
1
-4
/
+4
[next]