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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-2
/
+2
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-2
/
+2
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
i965: Convert i965 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-6
/
+1
*
i965: Move Gen4-5 programs to brw_upload_programs() too.
Kenneth Graunke
2016-05-16
1
-20
/
+16
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-1
/
+2
*
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
-1
/
+1
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-1
/
+2
*
i965: Implement support for ARB_clip_control.
Mathias Fröhlich
2015-04-05
1
-1
/
+1
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
1
-2
/
+2
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-5
/
+10
*
i965/sf: Disable instruction compaction.
Matt Turner
2014-09-25
1
-1
/
+4
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Add annotation data structure and support code.
Matt Turner
2014-05-24
1
-1
/
+1
*
i965: Pass in start_offset to brw_compact_instructions().
Matt Turner
2014-05-24
1
-1
/
+1
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
1
-1
/
+1
*
i965: Use brw_dump_compile for clip, SF, and old GS programs.
Kenneth Graunke
2014-05-18
1
-4
/
+1
*
i965: Pull brw_compact_instructions() out of brw_get_program().
Matt Turner
2014-05-15
1
-0
/
+2
*
i965/disasm: Disassemble the compaction control bit.
Matt Turner
2014-05-15
1
-1
/
+1
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-3
/
+3
*
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
-11
/
+11
*
i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3
Chris Forbes
2013-08-01
1
-1
/
+1
*
i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
Chris Forbes
2013-08-01
1
-1
/
+6
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::reduced_primitive to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Shrink Gen5 VUE map layout to be the same as Gen4.
Chris Forbes
2013-06-16
1
-1
/
+1
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
1
-5
/
+4
*
i965: Move brw_vs_prog_data::outputs_written into VUE map.
Paul Berry
2013-03-24
1
-1
/
+1
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-2
/
+2
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-3
/
+3
*
i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.
Eric Anholt
2012-11-17
1
-3
/
+4
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-1
/
+3
*
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
2012-03-07
1
-5
/
+25
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Move program compile to emit() time.
Eric Anholt
2011-10-29
1
-2
/
+3
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-4
/
+4
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-2
/
+2
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-1
/
+1
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-2
/
+1
*
i965: SF: Remove unnecessary variables.
Paul Berry
2011-09-06
1
-4
/
+2
*
i965: SF: Remove attr_to_idx and idx_to_attr.
Paul Berry
2011-09-06
1
-11
/
+1
*
i965: SF: Modify calculate_point_sprite_mask to use the VUE map.
Paul Berry
2011-09-06
1
-1
/
+7
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
[next]