index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Make brw_cache_item structure private to brw_program_cache.c.
Kenneth Graunke
2017-01-18
1
-19
/
+0
*
i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
Kenneth Graunke
2017-01-13
1
-14
/
+0
*
i965: pass gl_program to brw_upload_ubo_surfaces()
Timothy Arceri
2017-01-06
1
-2
/
+1
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+0
*
i965: get rid of brw->can_do_pipelined_register_writes
Iago Toral Quiroga
2017-01-05
1
-5
/
+0
*
i965: remove unused brwInitVtbl declaration
Tapani Pälli
2017-01-04
1
-5
/
+0
*
i965: Remove perf monitor/query backend
Robert Bragg
2017-01-03
1
-43
/
+0
*
i965: update brw_get_shader_time_index() not to take gl_shader_program
Timothy Arceri
2017-01-03
1
-2
/
+2
*
i965: move compiled_once flag to brw_program
Timothy Arceri
2016-12-30
1
-6
/
+2
*
main: use new driver flag for conservative rasterization state
Lionel Landwerlin
2016-12-13
1
-0
/
+2
*
i965: remove brw_lower_texture_gradients
Iago Toral Quiroga
2016-12-13
1
-2
/
+0
*
i965: Disable depth writes when depth test is GL_EQUAL.
Kenneth Graunke
2016-11-18
1
-0
/
+20
*
glsl/i965: move per stage AtomicBuffers list to gl_program
Timothy Arceri
2016-11-19
1
-1
/
+0
*
i965: get num_abos from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-0
/
+1
*
i965: get num_images from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-0
/
+1
*
i965: Update a comment: s/brw_state_cache/brw_program_cache/g
Kenneth Graunke
2016-11-11
1
-2
/
+2
*
i965: rename brw_state_cache.c -> brw_program_cache.c
Timothy Arceri
2016-11-11
1
-1
/
+1
*
i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputs
Antia Puentes
2016-11-01
1
-1
/
+1
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-2
/
+2
*
i965: replace brw_compute_program with brw_program
Timothy Arceri
2016-10-26
1
-13
/
+0
*
i965: replace brw_fragment_program with brw_program
Timothy Arceri
2016-10-26
1
-20
/
+1
*
i965: replace brw_tess_{eval,ctrl}_program with brw_program
Timothy Arceri
2016-10-26
1
-26
/
+0
*
i965: replace brw_geomerty_program with brw_program
Timothy Arceri
2016-10-26
1
-13
/
+0
*
i965: replace brw_vertex_program with new generic brw_program
Timothy Arceri
2016-10-26
1
-8
/
+9
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-4
/
+4
*
i965: remove unused BRW_STATE_INTERPOLATION_MAP flag
Timothy Arceri
2016-10-26
1
-2
/
+0
*
i965: rewrite brw_setup_vue_interpolation()
Timothy Arceri
2016-10-26
1
-31
/
+14
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-3
/
+3
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-4
/
+4
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-3
/
+3
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-3
/
+3
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-3
/
+3
*
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+0
*
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Chad Versace
2016-10-05
1
-1
/
+1
*
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
2016-10-05
1
-1
/
+1
*
i965: Only emit 1 viewport when possible.
Kenneth Graunke
2016-10-03
1
-0
/
+9
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-17
/
+0
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-2
/
+2
*
i965: Track non-compressible sampling of renderbuffers
Topi Pohjolainen
2016-09-12
1
-0
/
+10
*
i965: Replace boolean rb surface state setup argument with flags
Topi Pohjolainen
2016-09-12
1
-1
/
+1
*
intel: Pull the guts of gen7_l3_state.c into a shared helper
Jason Ekstrand
2016-09-03
1
-2
/
+2
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-3
/
+3
*
i965: Move blorp into src/intel/blorp
Jason Ekstrand
2016-08-29
1
-1
/
+1
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-1
/
+1
*
i965/gen6: Refactor gen6_upload_urb
Jason Ekstrand
2016-08-29
1
-0
/
+3
[next]