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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add device limits for tess threads & URB entries
Chris Forbes
2015-02-17
1
-0
/
+4
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-1
/
+0
*
i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...
Francisco Jerez
2015-02-10
1
-3
/
+6
*
i965: Allocate binding table space for shader images.
Francisco Jerez
2015-02-10
1
-0
/
+5
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-0
/
+4
*
i965: Enable L3 caching of buffer surfaces.
Francisco Jerez
2015-01-31
1
-1
/
+0
*
i965: Store the atoms directly in the context
Ian Romanick
2015-01-14
1
-1
/
+1
*
i965: Micro-optimize brw_get_index_type
Ian Romanick
2015-01-14
1
-1
/
+21
*
i965: Implement WaCsStallAtEveryFourthPipecontrol on IVB/BYT.
Kenneth Graunke
2015-01-04
1
-0
/
+2
*
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
2014-12-31
1
-5
/
+2
*
i965/query: Cache whether the batch references the query BO.
Kenneth Graunke
2014-12-16
1
-0
/
+3
*
i965: Generate vs code using scalar backend for BDW+
Kristian Høgsberg
2014-12-10
1
-0
/
+1
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-8
/
+8
*
i965: Add new SIMD8 VS prog data flag
Kristian Høgsberg
2014-12-10
1
-1
/
+4
*
i965: Compute VS attribute WA bits earlier and check if they changed.
Kenneth Graunke
2014-12-04
1
-0
/
+10
*
i965: Store floating point mode choice in brw_stage_prog_data.
Kenneth Graunke
2014-12-04
1
-0
/
+2
*
i965: Move PSCDEPTH calculations from draw time to compile time.
Kenneth Graunke
2014-12-04
1
-0
/
+2
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-11
/
+1
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-23
/
+46
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-8
/
+8
*
i965: Remove "disable_derivative_optimization" driconf option.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
1
-14
/
+14
*
i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.
Kenneth Graunke
2014-11-29
1
-2
/
+2
*
i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.
Kenneth Graunke
2014-11-29
1
-6
/
+6
*
i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.
Kenneth Graunke
2014-11-29
1
-12
/
+2
*
i965: Implement the PMA stall fix.
Kenneth Graunke
2014-11-04
1
-0
/
+3
*
i965: Skip recalculating URB allocations if the entry size didn't change.
Eric Anholt
2014-10-24
1
-2
/
+3
*
i965: Add new dirty flag for new TexBOs.
Chris Forbes
2014-10-16
1
-0
/
+2
*
i965: Initialize the SampleMap{2,4,8}x variables
Anuj Phogat
2014-10-01
1
-0
/
+2
*
i965: Use "1ull" instead of "1" in BRW_NEW_* defines.
Kenneth Graunke
2014-10-01
1
-32
/
+32
*
i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
Kenneth Graunke
2014-10-01
1
-2
/
+0
*
i965/gen6/gs: Fix binding table clash between TF surfaces and textures.
Iago Toral Quiroga
2014-09-19
1
-2
/
+6
*
i965/gen6/gs: implement transform feedback support in gen6_gs_visitor
Samuel Iglesias Gonsalvez
2014-09-19
1
-42
/
+71
*
i965/gs: Use single dispatch mode as fallback to dual object mode when possible.
Iago Toral Quiroga
2014-09-19
1
-3
/
+5
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
1
-0
/
+1
*
i965: Make gl_BaseVertex available in a buffer object.
Kenneth Graunke
2014-09-10
1
-0
/
+7
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
1
-0
/
+8
*
i965: Add uses_kill to brw_wm_prog_data
Jordan Justen
2014-09-05
1
-0
/
+1
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-65
/
+3
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
1
-4
/
+3
*
mesa: Convert NewDriverState to 64-bits
Jordan Justen
2014-09-01
1
-1
/
+13
*
i965: Modify state upload to allow 2 different sets of state atoms.
Paul Berry
2014-09-01
1
-2
/
+2
*
i965: Modify dirty bit handling to support 2 pipelines.
Paul Berry
2014-09-01
1
-5
/
+31
*
i965: Create a macro for checking a dirty bit.
Paul Berry
2014-09-01
1
-0
/
+6
*
i965: Create a macro for setting all dirty bits.
Paul Berry
2014-09-01
1
-0
/
+11
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-0
/
+7
*
i965: Split gen6 depth hiz state out from brw
Jordan Justen
2014-08-15
1
-0
/
+10
*
i965: Implement fast color clears using meta operations
Kristian Høgsberg
2014-08-15
1
-0
/
+15
*
i965: Add optimization pass to let us use the replicate data message
Kristian Høgsberg
2014-08-15
1
-0
/
+1
*
i965: Provide a context flag to let us enable fast clear
Kristian Høgsberg
2014-08-15
1
-0
/
+1
[next]