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_sf_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
1
-6
/
+5
*
i965: Drop #include of main/glheader.h.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-12
/
+12
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-4
/
+2
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-4
/
+3
*
i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.
Matt Turner
2014-09-29
1
-2
/
+0
*
i965: Convert brw_sf_emit.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-3
/
+4
*
i965: Rename brw_math to gen4_math.
Kenneth Graunke
2014-06-10
1
-14
/
+14
*
Revert "i965: Move brw_land_fwd_jump() to compilation unit of its use."
Iago Toral Quiroga
2014-06-07
1
-16
/
+0
*
i965/sf: Use brw_set_default_predicate_control().
Kenneth Graunke
2014-06-07
1
-2
/
+2
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-6
/
+6
*
i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.
Kenneth Graunke
2014-06-02
1
-3
/
+3
*
i965: Make brw_JMPI set predicate_control based on a parameter.
Kenneth Graunke
2014-06-02
1
-8
/
+8
*
i965: Remove the dst and src0 parameters from brw_JMPI.
Kenneth Graunke
2014-06-02
1
-11
/
+8
*
i965/sf: Replace push/pop in brw_emit_anyprim_setup.
Kenneth Graunke
2014-05-27
1
-15
/
+11
*
i965/sf: Drop unnecessary push/pop in copy_z_inv_w.
Kenneth Graunke
2014-05-27
1
-4
/
+0
*
i965/sf: Drop unnecessary push/pop in flatshading code.
Kenneth Graunke
2014-05-27
1
-8
/
+0
*
i965/sf: Move brw_compile::flag_value to brw_sf_compile.
Kenneth Graunke
2014-05-27
1
-20
/
+21
*
i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.
Kenneth Graunke
2014-05-27
1
-0
/
+14
*
i965/sf: Drop unnecessary push/pop in do_twoside_color.
Kenneth Graunke
2014-05-27
1
-2
/
+0
*
i965/sf: Reset flag_value to 0xff before emitting SF subroutines.
Kenneth Graunke
2014-05-27
1
-14
/
+4
*
i965: Move brw_land_fwd_jump() to compilation unit of its use.
Matt Turner
2014-05-24
1
-0
/
+16
*
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
-45
/
+45
*
i965: Allow C++ type safety in the use of enum brw_urb_write_flags.
Paul Berry
2013-08-26
1
-4
/
+8
*
i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.
Paul Berry
2013-08-23
1
-16
/
+4
*
i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3
Chris Forbes
2013-08-01
1
-67
/
+82
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.
Paul Berry
2013-03-24
1
-1
/
+1
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-27
/
+27
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-24
/
+24
*
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
2012-08-08
1
-2
/
+0
*
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
2012-03-07
1
-0
/
+4
*
i965: get the jmp distance by instruction index
Yuanhan Liu
2011-12-26
1
-4
/
+4
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-20
/
+21
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-2
/
+2
*
i965: SF: Stop using nr_setup_attrs in compute_masks.
Paul Berry
2011-09-06
1
-1
/
+1
*
i965: SF: Change calculate_masks to use the VUE map.
Paul Berry
2011-09-06
1
-4
/
+4
*
i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result.
Paul Berry
2011-09-06
1
-5
/
+6
*
i965: SF: change get_vert_attr to use the VUE map, and rename it.
Paul Berry
2011-09-06
1
-9
/
+14
*
i965: SF: Modify calculate_point_sprite_mask to use the VUE map.
Paul Berry
2011-09-06
1
-11
/
+21
*
i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.
Eric Anholt
2011-05-26
1
-1
/
+1
*
i965: Move IF stack handling into the EU abstraction layer/brw_compile.
Kenneth Graunke
2011-05-17
1
-3
/
+2
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-2
/
+2
*
i965: Fix up the handling of point sprite coordinate replacement.
Eric Anholt
2010-03-08
1
-51
/
+84
*
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-2
/
+4
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-9
/
+9
*
i965: make brw_sf_prog_key::sprite_origin_lower_left one bit
Brian Paul
2009-10-29
1
-2
/
+2
*
i965: add support for new chipsets
Xiang, Haihao
2009-07-13
1
-6
/
+15
*
i965: fixes for JMPI
Xiang, Haihao
2009-07-02
1
-9
/
+9
[next]