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
*
mesa: precompute _mesa_primitive_restart_index during state changes
Marek Olšák
2020-04-06
1
-1
/
+1
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
1
-1
/
+1
*
i965: Use gl_vertex_format in brw_vertex_element.
Mathias Fröhlich
2020-03-10
1
-11
/
+9
*
i965: Move down genX_upload_sbe in profiles.
Mathias Fröhlich
2020-03-10
1
-3
/
+3
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
1
-1
/
+1
*
intel: Drop Gen11 WaBTPPrefetchDisable workaround
Kenneth Graunke
2020-01-03
1
-13
/
+1
*
i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaround
Danylo Piliaiev
2019-11-18
1
-2
/
+35
*
genxml: Rename 3DSTATE_SF::Anti-Aliasing Enable
Jason Ekstrand
2019-08-06
1
-1
/
+1
*
i965: drop unused MAYBE_UNUSED function
Eric Engestrom
2019-07-31
1
-11
/
+1
*
i965: replace MAYBE_UNUSED with GEN condition
Eric Engestrom
2019-07-31
1
-1
/
+2
*
intel: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-5
/
+5
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
i965/icl: Apply WA_1606682166 to compute workloads
Anuj Phogat
2019-06-28
1
-1
/
+3
*
i965/icl: Fix WA_1606682166
Anuj Phogat
2019-06-28
1
-2
/
+1
*
i965,iris: Move guardband calculations to a common location
Jason Ekstrand
2019-06-21
1
-92
/
+2
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
1
-0
/
+5
*
intel: Emit 3DSTATE_VF_STATISTICS dynamically
Kenneth Graunke
2019-04-14
1
-0
/
+24
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
1
-7
/
+7
*
i965: Move some genX infrastructure to genX_boilerplate.h.
Kenneth Graunke
2019-03-11
1
-127
/
+2
*
i965: fixed clamping in set_scissor_bits when the y is flipped
Eleni Maria Stea
2019-02-26
1
-1
/
+1
*
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
2019-02-20
1
-1
/
+2
*
i965: add CS stall on VF invalidation workaround
Lionel Landwerlin
2019-01-04
1
-1
/
+1
*
i965: include draw_params/derived_draw_params for VF cache workaround
Lionel Landwerlin
2019-01-04
1
-5
/
+18
*
i965: limit VF caching workaround to gen8/9/10
Lionel Landwerlin
2019-01-04
1
-1
/
+3
*
genxml: Consistently use a numeric "MOCS" field
Kenneth Graunke
2018-12-14
1
-7
/
+7
*
i965/compute: Emit GPGPU_WALKER in genX_state_upload
Jordan Justen
2018-12-12
1
-0
/
+102
*
i965/genX_state: Add register access functions
Jordan Justen
2018-12-12
1
-0
/
+31
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-7
/
+7
*
i965/icl: Disable prefetching of sampler state entries
Topi Pohjolainen
2018-11-02
1
-3
/
+12
*
i965: Disable dual source blending when shader doesn't support it on gen8+
Danylo Piliaiev
2018-10-30
1
-3
/
+42
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
1
-0
/
+1
*
i965: add functional changes for AMD_depth_clamp_separate
Sagar Ghuge
2018-08-28
1
-5
/
+15
*
mesa: Add support for AMD_depth_clamp_separate
Sagar Ghuge
2018-08-28
1
-4
/
+7
*
i965/gen6/xfb: handle case where transform feedback is not active
Andrii Simiklit
2018-08-28
1
-1
/
+1
*
i965: Emitting 3DSTATE_SO_BUFFER of 0-size.
Sergii Romantsov
2018-08-15
1
-4
/
+5
*
i965: implement GL_MESA_framebuffer_flip_y [v3]
Fritz Koenig
2018-07-27
1
-25
/
+25
*
i965/icl: Disable binding table prefetching
Topi Pohjolainen
2018-07-27
1
-1
/
+13
*
i965: Disable guardband clipping on SandyBridge for odd dimensions
vadym.shovkoplias
2018-07-27
1
-0
/
+11
*
intel/batch_decoder: decoding of 3DSTATE_CONSTANT_BODY.
Sergii Romantsov
2018-07-16
1
-6
/
+6
*
i965: fix typo (wrong gen number) in comment
Caio Marcelo de Oliveira Filho
2018-07-12
1
-1
/
+1
*
i965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa
Kenneth Graunke
2018-07-02
1
-2
/
+2
*
intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaround
Jason Ekstrand
2018-06-28
1
-0
/
+17
*
intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Jason Ekstrand
2018-06-28
1
-0
/
+2
*
intel/compiler: Add and use helpers for working with KSP indices
Jason Ekstrand
2018-06-28
1
-17
/
+37
*
i965: Re-arrange shader kernel setup in WM state
Jason Ekstrand
2018-06-28
1
-37
/
+57
*
i965: Only emit VF cache invalidations when the high bits changes
Chris Wilson
2018-05-29
1
-1
/
+1
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
1
-1
/
+1
*
i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.
Kenneth Graunke
2018-05-22
1
-0
/
+63
*
i965: Remove the gl_vertex_array indirection.
Mathias Fröhlich
2018-05-10
1
-8
/
+4
*
i965: Use the brw_depthbuffer atom on all gens
Jason Ekstrand
2018-05-08
1
-2
/
+2
[next]