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_unfilled.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: add EXT_polygon_offset_clamp support to gen4/gen5
Ilia Mirkin
2015-10-05
1
-0
/
+14
*
Fix a few typos
Zoë Blade
2015-04-27
1
-3
/
+3
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-11
/
+11
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-15
/
+11
*
i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.
Kenneth Graunke
2014-08-07
1
-3
/
+3
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Convert Gen4-5 clipping code to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-11
/
+15
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-2
/
+2
*
i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.
Kenneth Graunke
2014-06-02
1
-5
/
+5
*
i965: Stop setting predication from brw_set_conditionalmod.
Kenneth Graunke
2014-06-02
1
-2
/
+5
*
i965/clip: Use the new brw_last_inst macro instead of temporaries.
Kenneth Graunke
2014-06-02
1
-4
/
+3
*
i965: Don't implicitly set predicate default state in brw_CMP.
Kenneth Graunke
2014-05-27
1
-2
/
+4
*
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
-36
/
+36
*
i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.
Paul Berry
2013-08-23
1
-3
/
+3
*
i965 Gen4/5: clip: correctly handle flat varyings
Chris Forbes
2013-08-01
1
-1
/
+1
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-29
/
+28
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-19
/
+19
*
i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.
Eric Anholt
2011-12-21
1
-8
/
+6
*
i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.
Paul Berry
2011-12-07
1
-3
/
+9
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-3
/
+3
*
i965: clip: Convert computations to ..._to_offset() for clarity.
Paul Berry
2011-09-06
1
-8
/
+24
*
i965: clip: Add a function to determine whether a vert_result is in use.
Paul Berry
2011-09-06
1
-5
/
+9
*
i965: clip: Move hpos_offest and ndc_offset into local functions.
Paul Berry
2011-09-06
1
-4
/
+8
*
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
-27
/
+18
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
i965: Postpone ff_sync message in CLIP kernel on IGDNG
Xiang, Haihao
2009-07-30
1
-2
/
+1
*
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-0
/
+2
*
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
-2
/
+22
*
i965: depth offset on glPolygonMode(GL_LINE/GL_POINT)
Xiang, Haihao
2008-03-28
1
-2
/
+2
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+484