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: Track non-compressible sampling of renderbuffers
Topi Pohjolainen
2016-09-12
1
-2
/
+10
*
i965: Replace boolean rb surface state setup argument with flags
Topi Pohjolainen
2016-09-12
1
-10
/
+18
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965/gen7: Use R8_UINT stencil copy when sampling the stencil texture
Jordan Justen
2016-08-26
1
-2
/
+10
*
i965: Disable hardware blending if advanced blending is in use.
Kenneth Graunke
2016-08-25
1
-2
/
+2
*
i965: Upload surface state for non-coherent framebuffer fetch.
Francisco Jerez
2016-08-25
1
-0
/
+89
*
i965: Implement support for overriding the texture target in brw_emit_surface...
Francisco Jerez
2016-08-25
1
-4
/
+50
*
i965: Massage argument list of brw_emit_surface_state().
Francisco Jerez
2016-08-25
1
-11
/
+11
*
i965: report bound buffer size not underlying buffer size for image size (v2)
Dave Airlie
2016-08-23
1
-2
/
+2
*
i965: use new subroutine index uploader.
Dave Airlie
2016-08-23
1
-0
/
+2
*
i965/blorp: Use the generic surface state path for gen8 textures
Jason Ekstrand
2016-08-17
1
-1
/
+1
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-1
/
+1
*
i965: Stop muging cube array lengths by 6
Jason Ekstrand
2016-07-20
1
-3
/
+1
*
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
[next]