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: 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
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-2
/
+2
*
i965: Fix point coordinate replacement after airlied's ffvertex changes.
Eric Anholt
2010-05-17
1
-1
/
+22
*
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-19
1
-1
/
+19
*
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-19
1
-6
/
+7
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-1
/
+1
*
i965: Remove assert about NV_vp now that it somewhat works.
Eric Anholt
2009-09-24
1
-2
/
+0
*
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
1
-3
/
+4
*
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-02-02
1
-6
/
+1
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-2
/
+1
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-1
/
+2
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-2
/
+1
*
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-04-18
1
-2
/
+3
*
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-29
1
-1
/
+1
*
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-14
1
-16
/
+14
*
Revert "[965] Add missing flagging of new stage programs for updating stage s...
Eric Anholt
2007-12-05
1
-18
/
+6
*
[965] Add missing flagging of new stage programs for updating stage state.
Eric Anholt
2007-12-05
1
-6
/
+18
*
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-2
/
+1
*
cleanup code, compiles with vbo changes
Keith Whitwell
2006-10-31
1
-3
/
+2
*
eliminate rhw divide under some circumstances
Keith Whitwell
2006-10-05
1
-1
/
+6
*
Simplify the immediate and displaylist code. Treat VertexAttrib*ARB
Keith Whitwell
2006-09-06
1
-1
/
+2
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+128