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
*
i965: Use tex_mocs instead of rb_mocs for GL images.
Kenneth Graunke
2016-07-19
1
-1
/
+1
*
i965: Skip update_texture_surface when the plane doesn't exist
Jason Ekstrand
2016-07-18
1
-8
/
+10
*
i965/context: Remove some unnecessary vfuncs
Jason Ekstrand
2016-07-15
1
-2
/
+1
*
i965: Get rid of gen6_surface_state.c
Jason Ekstrand
2016-07-15
1
-0
/
+7
*
i965: Use ISL for emitting buffer surface states
Jason Ekstrand
2016-07-15
1
-49
/
+44
*
i965/state: Account for the element size in emit_buffer_surface_state
Jason Ekstrand
2016-07-15
1
-5
/
+6
*
i965/gen4-6: Use the generic ISL-based path for texture surfaces
Jason Ekstrand
2016-07-15
1
-93
/
+1
*
i965/state: Add generic surface update functions based on ISL
Jason Ekstrand
2016-07-15
1
-0
/
+185
*
i965/surface_state: Rename brw_update to gen4_update
Jason Ekstrand
2016-07-15
1
-11
/
+11
*
i965/state: Use ISL for emitting image surfaces
Jason Ekstrand
2016-07-15
1
-11
/
+22
*
i965/state: Add a helper for emitting a surface state using isl
Jason Ekstrand
2016-07-15
1
-0
/
+81
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-3
/
+3
*
i965: Use miptree to decide format on multi-plane images for gen < 7
Jordan Justen
2016-06-26
1
-1
/
+2
*
i965: Skip update_texture_surface when the plane doesn't exist
Jordan Justen
2016-06-24
1
-9
/
+6
*
i965/gen4: Subtract 1 from buffer sizes
Jason Ekstrand
2016-06-22
1
-3
/
+3
*
i965: Remove fake W-tiled render target support
Jason Ekstrand
2016-06-22
1
-25
/
+0
*
i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctly
Jason Ekstrand
2016-06-22
1
-1
/
+3
*
i965/gen4: Pull texture formats from the texture object not the miptree
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
i965: Emit surface states for extra planes prior to gen8
Jason Ekstrand
2016-06-08
1
-0
/
+9
*
i965: Support textures with multiple planes
Kristian Høgsberg Kristensen
2016-05-24
1
-16
/
+22
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-2
/
+14
*
i965/surface_state: Use libisl functions for image format lowering
Jason Ekstrand
2016-04-21
1
-9
/
+12
*
i965: Allow texture surface state setup to be used by blorp
Topi Pohjolainen
2016-04-21
1
-1
/
+2
*
i965: Reupload push and pull constants when we get new shader image unit state.
Francisco Jerez
2016-02-13
1
-0
/
+5
*
i965: Split brw_upload_texture_surfaces into compute/render atoms.
Kenneth Graunke
2016-02-11
1
-7
/
+31
*
i965/wm: use binding size for ubo/ssbo when automatic size is unset
Ilia Mirkin
2016-01-05
1
-4
/
+10
*
Revert "i965/wm: use proper API buffer size for the surfaces."
Ilia Mirkin
2016-01-05
1
-8
/
+4
*
i965/wm: use proper API buffer size for the surfaces.
Samuel Iglesias Gonsálvez
2016-01-04
1
-4
/
+8
*
i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.
Kenneth Graunke
2015-12-22
1
-5
/
+2
*
i965: Add tessellation shader surface support.
Kenneth Graunke
2015-12-11
1
-0
/
+16
*
i965/state: Get rid of dword_pitch arguments to buffer functions
Jason Ekstrand
2015-12-07
1
-13
/
+8
*
i965/vec4: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
1
-4
/
+1
*
i965/fs: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
1
-1
/
+1
*
i965: use _Shader to get fragment program when updating surface state
Tapani Pälli
2015-12-03
1
-2
/
+2
*
i965: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
1
-1
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-0
/
+1
*
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
2015-10-27
1
-18
/
+19
*
i965: Do not use NumBufferInterfaceBlocks
Iago Toral Quiroga
2015-10-19
1
-1
/
+1
*
i965: Adapt SSBOs to work with their own separate index space
Iago Toral Quiroga
2015-10-14
1
-40
/
+39
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
1
-5
/
+5
*
i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.
Francisco Jerez
2015-10-09
1
-4
/
+6
*
i965/miptree: Rename align_w,align_h -> halign,valign
Chad Versace
2015-09-30
1
-2
/
+2
*
i965/cs: Upload UBO/SSBO surfaces
Jordan Justen
2015-09-30
1
-0
/
+26
*
i965/cs: Setup surface binding for gl_NumWorkGroups
Jordan Justen
2015-09-29
1
-0
/
+43
*
i965/wm: surfaces should have the API buffer size, not the drm buffer size
Samuel Iglesias Gonsalvez
2015-09-25
1
-2
/
+2
*
i965/wm: emit null buffer surfaces when null buffers are attached
Samuel Iglesias Gonsalvez
2015-09-25
1
-18
/
+26
*
i965: Upload Shader Storage Buffer Object surfaces
Iago Toral Quiroga
2015-09-25
1
-13
/
+51
*
i965: Support CS in update_stage_texture_surfaces
Jordan Justen
2015-09-10
1
-0
/
+7
*
mesa: Don't lose track of the shader image layer originally specified by the ...
Francisco Jerez
2015-08-20
1
-2
/
+2
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
[next]