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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-11
/
+3
*
i965: Add compiler options to brw_compiler
Jason Ekstrand
2015-06-23
1
-1
/
+0
*
i965: Rename use_linear_1d_layout() and make it global
Anuj Phogat
2015-06-16
1
-0
/
+4
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
1
-9
/
+7
*
i965: Add Gen9 surface state decoding
Ben Widawsky
2015-05-18
1
-0
/
+1
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
1
-0
/
+23
*
i956: Add a function to load a 64-bit register from a buffer
Neil Roberts
2015-05-12
1
-0
/
+5
*
i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Chad Versace
2015-05-07
1
-7
/
+0
*
i965: Upload atomic buffer state for compute shaders
Jordan Justen
2015-05-02
1
-1
/
+1
*
i965/state: Emit pipeline select when changing pipelines
Jordan Justen
2015-05-02
1
-0
/
+2
*
i965: Implement DispatchCompute() back-end
Paul Berry
2015-05-02
1
-0
/
+4
*
i965/cs: Emit state base address
Jordan Justen
2015-05-02
1
-1
/
+1
*
i965/fs: Add CS shader time support
Jordan Justen
2015-05-02
1
-0
/
+3
*
i965/cs: Support CS program precompile
Jordan Justen
2015-05-02
1
-0
/
+6
*
i965/cs: Emit compute shader code and upload programs
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/cs: Add max_cs_threads
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/cs: Add brw_cs_prog_data, brw_cs_prog_key and brw_context::cs.
Paul Berry
2015-05-02
1
-0
/
+16
*
i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG
Jordan Justen
2015-05-02
1
-0
/
+2
*
i965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag.
Paul Berry
2015-05-02
1
-0
/
+3
*
i965: Refactor rb surface setup to allow caller to store offsets
Topi Pohjolainen
2015-04-30
1
-4
/
+4
*
Fix a few typos
Zoë Blade
2015-04-27
1
-2
/
+2
*
i965/gen7: Factor out texture surface state set-up from gen7_update_texture_s...
Francisco Jerez
2015-04-27
1
-0
/
+11
*
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965: Use device_info instead of the context for computing vue maps
Jason Ekstrand
2015-04-22
1
-1
/
+2
*
i965/device_info: Add a supports_simd16_3src flag
Jason Ekstrand
2015-04-22
1
-4
/
+0
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Make shader_time store names/ids instead of referencing shaders.
Kenneth Graunke
2015-04-17
1
-2
/
+2
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
1
-1
/
+0
*
i965/state: Remove brw->state.dirty
Jordan Justen
2015-03-31
1
-1
/
+0
*
i965/state: Add compute pipeline with empty atom lists
Jordan Justen
2015-03-31
1
-0
/
+2
*
i965/state: Create separate dirty state bits for each pipeline
Jordan Justen
2015-03-31
1
-0
/
+1
*
i965/state: Support multiple pipelines in brw->num_atoms
Jordan Justen
2015-03-31
1
-2
/
+8
*
i965: Store the GPU revision number in brw_context
Neil Roberts
2015-03-20
1
-0
/
+4
*
i965: Throttle to the previous frame
Chris Wilson
2015-03-18
1
-1
/
+1
*
i965: Throttle rendering to an fbo
Chris Wilson
2015-03-18
1
-1
/
+13
*
i965: Remove hand-rolled memcpy implementation.
Matt Turner
2015-03-02
1
-27
/
+0
*
i965: Remove the create_raw_surface vtbl hook.
Francisco Jerez
2015-03-02
1
-6
/
+0
*
i965: Add device limits for tess threads & URB entries
Chris Forbes
2015-02-17
1
-0
/
+4
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-1
/
+0
*
i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...
Francisco Jerez
2015-02-10
1
-3
/
+6
*
i965: Allocate binding table space for shader images.
Francisco Jerez
2015-02-10
1
-0
/
+5
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-0
/
+4
*
i965: Enable L3 caching of buffer surfaces.
Francisco Jerez
2015-01-31
1
-1
/
+0
*
i965: Store the atoms directly in the context
Ian Romanick
2015-01-14
1
-1
/
+1
*
i965: Micro-optimize brw_get_index_type
Ian Romanick
2015-01-14
1
-1
/
+21
*
i965: Implement WaCsStallAtEveryFourthPipecontrol on IVB/BYT.
Kenneth Graunke
2015-01-04
1
-0
/
+2
*
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
2014-12-31
1
-5
/
+2
*
i965/query: Cache whether the batch references the query BO.
Kenneth Graunke
2014-12-16
1
-0
/
+3
*
i965: Generate vs code using scalar backend for BDW+
Kristian Høgsberg
2014-12-10
1
-0
/
+1
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-8
/
+8
[next]