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/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
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Hook up image state upload.
Francisco Jerez
2015-08-11
1
-0
/
+72
*
i965: Define and initialize image parameter structure.
Francisco Jerez
2015-08-11
1
-0
/
+102
*
i965: Implement surface state set-up for shader images.
Francisco Jerez
2015-08-11
1
-0
/
+77
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-5
/
+7
*
i965: Upload atomic buffer state for compute shaders
Jordan Justen
2015-05-02
1
-0
/
+25
*
i965: Expose and refactor brw_update_renderbuffer_surfaces()
Topi Pohjolainen
2015-04-30
1
-21
/
+30
*
i965: Refactor rb surface setup to allow caller to store offsets
Topi Pohjolainen
2015-04-30
1
-18
/
+20
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-4
/
+4
*
i965: Remove the create_raw_surface vtbl hook.
Francisco Jerez
2015-03-02
1
-3
/
+3
*
i965: Fix I/L/LA SNORM formats.
Kenneth Graunke
2015-02-27
1
-1
/
+19
*
i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...
Francisco Jerez
2015-02-10
1
-24
/
+29
*
i965: Override swizzles for integer luminance formats.
Kenneth Graunke
2015-02-09
1
-0
/
+8
*
i965: Enable L3 caching of buffer surfaces.
Francisco Jerez
2015-01-31
1
-3
/
+1
*
i965: Apply the miptree offset to surface state for renderbuffers
Jason Ekstrand
2015-01-22
1
-1
/
+2
*
i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
Kenneth Graunke
2014-12-24
1
-2
/
+10
*
i965: Add new SIMD8 VS prog data flag
Kristian Høgsberg
2014-12-10
1
-3
/
+4
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-3
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-5
/
+5
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-6
/
+6
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-9
/
+12
*
i965: Correctly use ABO count to trigger flagging of new surfaces.
Chris Forbes
2014-10-16
1
-1
/
+1
*
i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
Chris Forbes
2014-10-16
1
-2
/
+1
*
i965: Add new dirty flag for new TexBOs.
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Fix typo in comment
Chris Forbes
2014-10-01
1
-1
/
+1
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-4
/
+4
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-4
/
+4
*
i965: Fix warnings introduced in commit e24ef5ab.
Matt Turner
2014-07-06
1
-2
/
+1
*
i965: Add a comment about null renderbuffer surfaces and why they exist.
Eric Anholt
2014-07-02
1
-0
/
+8
*
i965: Merge VS/GS and WM pull constant buffer upload paths.
Eric Anholt
2014-07-02
1
-29
/
+4
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-5
/
+2
*
i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.
Kenneth Graunke
2014-06-23
1
-6
/
+8
*
i965/wm: Surface state overrides for configuring w-tiled as y-tiled
Topi Pohjolainen
2014-05-15
1
-0
/
+24
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-14
/
+10
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
i965: Use intel_upload_space() for pull constant uploads.
Eric Anholt
2014-03-26
1
-12
/
+7
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
i965/wm: Use resolved miptree consistently in surface setup
Topi Pohjolainen
2014-03-05
1
-8
/
+8
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-4
/
+4
*
i965: Add surface format overrides for Gen6 gather
Chris Forbes
2014-02-08
1
-5
/
+32
[next]