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
/
genX_state_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Program MEDIA_VFE_STATE in a more readable fashion.
Kevin Rogovin
2017-12-12
1
-6
/
+13
*
i965: Emit CS stall before MEDIA_VFE_STATE.
Kenneth Graunke
2017-12-04
1
-0
/
+12
*
i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.
Kenneth Graunke
2017-12-04
1
-3
/
+0
*
i965/gen10: emit 3DSTATE_MULTISAMPLE more often.
Rafael Antognolli
2017-12-01
1
-1
/
+2
*
i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.
Kenneth Graunke
2017-11-29
1
-8
/
+8
*
i965: const a few structs and vars to avoid writing to them by accident
Eric Engestrom
2017-11-28
1
-4
/
+4
*
i965: Fix Smooth Point Enables.
Kenneth Graunke
2017-11-28
1
-1
/
+1
*
i965: Upload invariant state once at the start of the batch on Gen4-5.
Kenneth Graunke
2017-11-16
1
-2
/
+0
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-11
/
+0
*
i965/gen10: Don't set Antialiasing Enable in 3DSTATE_RASTER if num_samples > 1
Anuj Phogat
2017-11-03
1
-0
/
+10
*
i965/gen10: Don't set Smooth Point Enable in 3DSTATE_SF if num_samples > 1
Anuj Phogat
2017-11-03
1
-1
/
+12
*
i965: Don't flag BRW_NEW_SURFACES unless some push constants are dirty.
Kenneth Graunke
2017-10-30
1
-2
/
+1
*
i965: correctly assign SamplerCount of INTERFACE_DESCRIPTOR_DATA
Kevin Rogovin
2017-10-29
1
-1
/
+1
*
i965: Call gen6_upload_push_constants() even when the stage is disabled.
Kenneth Graunke
2017-10-24
1
-16
/
+9
*
i965: Drop a bunch of downcasting and upcasting of gl_program pointers.
Kenneth Graunke
2017-10-24
1
-19
/
+12
*
i965: Move _mesa_shader_write_subroutine_indices down a level.
Kenneth Graunke
2017-10-24
1
-6
/
+0
*
i965/sbe: fix active components for SSO programs with over 16 inputs
Iago Toral Quiroga
2017-10-19
1
-8
/
+2
*
i965: Delete dead brw_context fields.
Kenneth Graunke
2017-10-13
1
-1
/
+0
*
i965: Get rid of gen7_cs_state.c
Jason Ekstrand
2017-10-12
1
-2
/
+66
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
1
-1
/
+1
*
i965: skip reading unused slots at the begining of the URB for the FS
Iago Toral Quiroga
2017-10-02
1
-10
/
+6
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-24
/
+31
*
i965: Use a separate state buffer, but avoid changing flushing behavior.
Kenneth Graunke
2017-09-14
1
-9
/
+22
*
i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.
Kenneth Graunke
2017-09-14
1
-3
/
+4
*
genxml: Make Border Color Pointer an address on Gen4-5, not an offset.
Kenneth Graunke
2017-09-02
1
-6
/
+4
*
i965: Inline emit_reloc in __genx_combine_address
Kenneth Graunke
2017-09-02
1
-12
/
+5
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
1
-1
/
+3
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
1
-2
/
+4
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
1
-2
/
+2
*
i965: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-4
/
+4
*
i965: Remove some 'inline' keywords
Matt Turner
2017-08-29
1
-7
/
+7
*
i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.
Kenneth Graunke
2017-08-25
1
-4
/
+4
*
i965: Fix missing newlines in perf_debug messages.
Kenneth Graunke
2017-08-17
1
-1
/
+1
*
i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.
Kenneth Graunke
2017-08-08
1
-1
/
+1
*
i965: Simplify *_bo() helpers.
Kenneth Graunke
2017-08-08
1
-47
/
+25
*
i965: Get rid of KSP_ro
Kenneth Graunke
2017-08-08
1
-15
/
+4
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-17
/
+7
*
i965: Always use the pre-computed offset for the relocation entry
Chris Wilson
2017-08-04
1
-7
/
+6
*
i965: Use {} to initialize GENX_* structs.
Rafael Antognolli
2017-07-24
1
-1
/
+1
*
i965/miptree: Use num_samples of 1 instead of 0 for single-sampled
Topi Pohjolainen
2017-07-20
1
-3
/
+3
*
i965: Convert WM_STATE to genxml on gen4-5.
Rafael Antognolli
2017-07-18
1
-38
/
+153
*
i965: Convert CLIP_STATE to genxml.
Rafael Antognolli
2017-07-18
1
-2
/
+100
*
i965: Push UBO data, but don't use it just yet.
Kenneth Graunke
2017-07-13
1
-7
/
+62
*
i965: Stop re-uploading push constants after URB reconfiguration.
Kenneth Graunke
2017-07-13
1
-7
/
+2
*
i965: Separate uploading push constant data from the pointer packets.
Kenneth Graunke
2017-07-13
1
-34
/
+47
*
i965: Store per-stage push constant BO pointers.
Kenneth Graunke
2017-07-13
1
-1
/
+2
*
i965: Add a "write" parameter to intel_bufferobj_buffer.
Kenneth Graunke
2017-07-13
1
-1
/
+1
*
i965: Convert GS_STATE to genxml.
Rafael Antognolli
2017-07-13
1
-25
/
+54
*
i965: Prepare gs_state emitting code to include gen4-5.
Rafael Antognolli
2017-07-13
1
-13
/
+11
[next]