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_wm_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
1
-1
/
+1
*
mesa: Make atomic lowering put atomics above SSBOs.
Eric Anholt
2020-01-21
1
-2
/
+2
*
i965: Fix memory leaks in brw_upload_cs_work_groups_surface().
Kenneth Graunke
2019-05-10
1
-0
/
+5
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
1
-0
/
+1
*
i965: Removed the field etc_format from the struct intel_mipmap_tree
Eleni Maria Stea
2019-02-15
1
-1
/
+1
*
i965: Fixed the CopyImageSubData for ETC2 on Gen < 8
Eleni Maria Stea
2019-02-15
1
-1
/
+1
*
i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees.
Eleni Maria Stea
2019-02-15
1
-1
/
+4
*
i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*
Nanley Chery
2019-02-15
1
-4
/
+4
*
i965: Use info->textures_used instead of prog->SamplersUsed.
Kenneth Graunke
2019-02-11
1
-2
/
+2
*
intel/blorp: Expand blorp_address::offset to be 64 bits.
Kenneth Graunke
2018-12-07
1
-1
/
+1
*
i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8
Gert Wollny
2018-11-28
1
-3
/
+7
*
i965: Force zero swizzles for unused components in GL_RED and GL_RG
Gert Wollny
2018-11-19
1
-0
/
+4
*
i965: Fix calculation of layers array length for isl_view
Danylo Piliaiev
2018-11-15
1
-15
/
+18
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
1
-3
/
+3
*
i965: Workaround the gen9 hw astc5x5 sampler bug
Jason Ekstrand
2018-09-07
1
-2
/
+4
*
intel/compiler: Remove surface_idx from brw_image_param
Jason Ekstrand
2018-08-29
1
-9
/
+3
*
glsl/link,i965: Make ImageAccess four-state
Jason Ekstrand
2018-08-29
1
-6
/
+6
*
i965: do not emit empty surface state
Erik Faye-Lund
2018-08-15
1
-0
/
+5
*
i965: fix clear color bo address relocation
Lionel Landwerlin
2018-07-07
1
-1
/
+1
*
i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.
Francisco Jerez
2018-05-23
1
-3
/
+5
*
i965: Handle non-zero texture buffer offsets in buffer object range calculation.
Francisco Jerez
2018-05-23
1
-1
/
+3
*
i965: Move buffer texture size calculation into a common helper function.
Francisco Jerez
2018-05-23
1
-23
/
+32
*
i965/surface_state: Use an identity swizzle pre-Haswell
Jason Ekstrand
2018-05-09
1
-0
/
+6
*
i965: Add and use a getter for the clear color
Nanley Chery
2018-04-24
1
-3
/
+4
*
i965/wm_surface_state: Use the clear address if clear_bo is non-NULL
Nanley Chery
2018-04-24
1
-11
/
+6
*
i965: Add and use a single miptree aux_buf field
Nanley Chery
2018-04-24
1
-6
/
+5
*
i965: Add and use a getter for the miptree aux buffer
Nanley Chery
2018-04-24
1
-15
/
+1
*
i965/surface_state: Emit the clear color address instead of value.
Rafael Antognolli
2018-04-05
1
-0
/
+22
*
i965: Add aux_buf variable to simplify code.
Rafael Antognolli
2018-04-05
1
-7
/
+8
*
i965: Generalize intel_upload.c to support multiple uploaders.
Kenneth Graunke
2018-03-02
1
-6
/
+6
*
i965: Allow 48-bit addressing on Gen8+.
Kenneth Graunke
2018-03-01
1
-6
/
+17
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
1
-1
/
+1
*
i965: Fix KHR_blend_equation_advanced with some render targets.
Francisco Jerez
2018-02-24
1
-1
/
+3
*
i965/state: Ignore intel_obj->_Format for depth/stencil and ETC2
Jason Ekstrand
2018-02-21
1
-1
/
+15
*
i965/icl: Add render target flush after uploading binding table
Anuj Phogat
2018-02-15
1
-0
/
+14
*
i965/icl: Define and use icl mocs settings
Anuj Phogat
2018-02-15
1
-0
/
+2
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
1
-4
/
+4
*
i965: Replace draw_aux_buffer_disabled with draw_aux_usage
Jason Ekstrand
2018-01-24
1
-9
/
+4
*
i965/surface_state: Drop brw_aux_surface_disabled
Jason Ekstrand
2018-01-24
1
-20
/
+0
*
i965/miptree: Add an aux_disabled parameter to render_aux_usage
Jason Ekstrand
2018-01-24
1
-2
/
+2
*
i965: Bind null render targets for shadow sampling + color.
Kenneth Graunke
2018-01-18
1
-1
/
+32
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-73
/
+14
*
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
Kenneth Graunke
2017-11-15
1
-2
/
+3
*
i965: Make a better helper function for UBO/SSBO/ABO surface handling.
Kenneth Graunke
2017-11-15
1
-82
/
+32
*
i965: Switch over to fully external-or-not MOCS scheme
Jason Ekstrand
2017-11-13
1
-13
/
+7
*
i965: Use PTE MOCS for all external buffers
Jason Ekstrand
2017-11-13
1
-7
/
+14
*
i965: Don't rely on nir for uses_texture_gather
Jordan Justen
2017-10-31
1
-6
/
+6
*
i965/miptree: Take an isl_format in render_aux_usage
Jason Ekstrand
2017-10-26
1
-6
/
+7
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
i965: Ignore GL_SKIP_DECODE_EXT for textures accessed via texelFetch().
Kenneth Graunke
2017-10-12
1
-1
/
+5
[next]