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: 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
*
i965: Add a mechanism for sending native primitives into the driver
Kristian Høgsberg
2014-08-15
1
-1
/
+1
*
i965: Add context flag to disable the viewport transform
Kristian Høgsberg
2014-08-15
1
-0
/
+1
*
i965: Add an option to not generate the SIMD8 fragment shader
Kristian Høgsberg
2014-08-15
1
-0
/
+2
*
i965: Rename intelValidateState to intel_update_state
Kristian Høgsberg
2014-08-14
1
-2
/
+0
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-2
/
+3
*
i965: Delete gen7_upload_sampler_state_table and vtable mechanism.
Kenneth Graunke
2014-08-02
1
-5
/
+0
*
i965: Stop storing sdc_offset in brw_stage_state.
Kenneth Graunke
2014-08-02
1
-3
/
+0
*
i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.
Eric Anholt
2014-07-02
1
-5
/
+5
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
1
-8
/
+7
*
i965: Remove a dead define.
Eric Anholt
2014-07-02
1
-2
/
+0
*
i965: Reuse libdrm's header for AUB definitions.
Eric Anholt
2014-07-02
1
-67
/
+3
*
i965: Fix stale comments about the state cache.
Eric Anholt
2014-07-02
1
-1
/
+8
*
i965: Drop the memcmp for finding duplicated CURBE uploads.
Eric Anholt
2014-07-02
1
-14
/
+0
*
i965: Reuse intel_upload.c for gen4/5 constant buffers.
Eric Anholt
2014-07-02
1
-2
/
+4
*
i965: Add is_cherryview flag to brw_context.
Matt Turner
2014-06-26
1
-0
/
+1
*
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Matt Turner
2014-06-26
1
-2
/
+2
*
i965: Pass brw rather than gen to brw_disassemble_inst().
Matt Turner
2014-06-26
1
-2
/
+2
*
i965: Save meta stencil blit programs in the context.
Kenneth Graunke
2014-06-21
1
-0
/
+3
*
i965: Rename brw_disasm/gen8_disassemble to brw/gen8_disassemble_inst.
Kenneth Graunke
2014-05-18
1
-1
/
+2
*
i965/disasm: Disassemble the compaction control bit.
Matt Turner
2014-05-15
1
-1
/
+1
*
i965/meta: Stencil blit for miptree updownsampling
Topi Pohjolainen
2014-05-15
1
-0
/
+4
*
i965/meta: Stencil blits
Topi Pohjolainen
2014-05-15
1
-0
/
+6
*
i965: Extend brw_get_rb_for_first_slice() for specified level/layer
Topi Pohjolainen
2014-05-15
1
-0
/
+4
*
i965/gen7+: Move sampler state packets to the stage sampler state table update.
Eric Anholt
2014-05-02
1
-0
/
+1
*
i965: Simplify sampler setup by passing the stage state.
Eric Anholt
2014-05-02
1
-3
/
+1
*
i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.
Kenneth Graunke
2014-05-01
1
-5
/
+0
[next]