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_clip_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Convert Gen4-5 clipping code to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-1
/
+1
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-7
/
+7
*
i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.
Kenneth Graunke
2014-06-02
1
-1
/
+1
*
i965: Have brw_imm_vf4() take the vector components as integer values.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-18
/
+18
*
i965: Allow C++ type safety in the use of enum brw_urb_write_flags.
Paul Berry
2013-08-26
1
-1
/
+1
*
i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.
Paul Berry
2013-08-23
1
-11
/
+8
*
i965: allow 8 user clip planes on CTG+
Chris Forbes
2013-08-16
1
-1
/
+6
*
i965/clip: Enable interpolation of clip distances
Chris Forbes
2013-08-16
1
-7
/
+3
*
i965 Gen4/5: clip: Don't mangle flat varyings
Chris Forbes
2013-08-01
1
-21
/
+32
*
i965 Gen4/5: clip: Add support for noperspective varyings
Chris Forbes
2013-08-01
1
-10
/
+110
*
i965 Gen4/5: clip: correctly handle flat varyings
Chris Forbes
2013-08-01
1
-37
/
+9
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+5
*
i965: Replace intel_context:needs_ff_sync with intel->gen == 5.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-30
/
+29
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-19
/
+19
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-3
/
+3
*
i965: don't intepolate clip distances on pre-GEN6.
Paul Berry
2011-09-28
1
-2
/
+8
*
i965: clip: Remove assumption about VUE header from brw_clip_interp_vertex()
Paul Berry
2011-09-06
1
-5
/
+8
*
i965: clip: Convert computations to ..._to_offset() for clarity.
Paul Berry
2011-09-06
1
-10
/
+26
*
i965: clip: Add a function to determine whether a vert_result is in use.
Paul Berry
2011-09-06
1
-4
/
+4
*
i965: clip: Rework brw_clip_interp_vertex() to use the VUE map.
Paul Berry
2011-09-06
1
-5
/
+5
*
i965: clip: Modify brw_clip_interp_vertex() to use the VUE map.
Paul Berry
2011-09-06
1
-2
/
+2
*
i965: clip: Move hpos_offest and ndc_offset into local functions.
Paul Berry
2011-09-06
1
-2
/
+6
*
i965: clip: rename header_position_offset to the more correct ndc_offset.
Paul Berry
2011-09-06
1
-1
/
+1
*
i965: Move IF stack handling into the EU abstraction layer/brw_compile.
Kenneth Graunke
2011-05-17
1
-3
/
+2
*
i965: Remove some duped register size/count definitions
Eric Anholt
2010-07-26
1
-5
/
+0
*
i965: Reduce repeated calculation of the attribute-offset-in-VUE.
Eric Anholt
2010-07-19
1
-10
/
+3
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
i965: remove disabled code for cycling through MRF registers in clipping.
Eric Anholt
2010-05-20
1
-15
/
+2
*
i965: Remove constant or ignored-by-hw args from FF sync message setup.
Eric Anholt
2010-05-18
1
-12
/
+7
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
|
intel: Replace IS_G4X() across the driver with context structure usage.
Eric Anholt
2009-12-22
1
-3
/
+4
*
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-2
/
+6
|
/
*
i965: Postpone ff_sync message in CLIP kernel on IGDNG
Xiang, Haihao
2009-07-30
1
-12
/
+36
*
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-0
/
+27
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-4
/
+4
*
965: Fix incorrect backface culling
Krzysztof Czurylo
2008-08-21
1
-3
/
+2
*
i965: valid message length includes message header.
Xiang, Haihao
2008-01-25
1
-1
/
+1
*
optimize 965 clip
Zou Nan hai
2007-08-31
1
-10
/
+2
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+354