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
/
Makefile.sources
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/cache: Add support for CS in program state cache
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-0
/
+1
*
i965: add the remaining files to the tarball
Emil Velikov
2015-03-24
1
-0
/
+3
*
i965: Add a NIR analysis pass for determining when a boolean resolve is needed
Jason Ekstrand
2015-03-23
1
-0
/
+2
*
i965/fs: Add pass to combine immediates.
Matt Turner
2015-02-17
1
-0
/
+1
*
i965: Refactor tiled memcpy functions and move them into their own file
Sisinty Sasmita Patra
2015-01-26
1
-0
/
+2
*
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
2015-01-23
1
-0
/
+1
*
i965/fs: add a NIR frontend
Connor Abbott
2015-01-15
1
-0
/
+1
*
i965: Add headers to distribution.
Matt Turner
2014-12-12
1
-0
/
+47
*
i965: Alphabetize source list.
Matt Turner
2014-12-12
1
-35
/
+35
*
i965/vec4: Rewrite dead code elimination to use live in/out.
Matt Turner
2014-12-01
1
-0
/
+1
*
i965: Add functions to convert float <-> VF.
Matt Turner
2014-11-25
1
-0
/
+1
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
1
-1
/
+1
*
i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].
Kenneth Graunke
2014-10-29
1
-2
/
+2
*
i965/gen6/gs: Add initial implementation for a gen6 geometry shader visitor.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965: Split gen6 depth hiz state out from brw
Jordan Justen
2014-08-15
1
-0
/
+1
*
i965: Split gen6 renderbuffer surface state from gen5 and older
Jordan Justen
2014-08-15
1
-0
/
+1
*
i965: Implement fast color clears using meta operations
Kristian Høgsberg
2014-08-15
1
-1
/
+1
*
android: dri/i9*5: remove used _INCLUDES variable
Emil Velikov
2014-08-13
1
-6
/
+1
*
i965: Delete the Gen8 code generators.
Kenneth Graunke
2014-08-12
1
-4
/
+0
*
i965: Add support for ARB_copy_image
Jason Ekstrand
2014-08-11
1
-0
/
+1
*
i965: Stop using gen7_update_sampler_state; rm gen7_sampler_state.c.
Kenneth Graunke
2014-08-02
1
-1
/
+0
*
i965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.
Kenneth Graunke
2014-08-02
1
-1
/
+1
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
1
-0
/
+1
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965/disasm: Delete gen8_disasm.c.
Kenneth Graunke
2014-06-30
1
-1
/
+0
*
i965: Add annotation data structure and support code.
Matt Turner
2014-05-24
1
-0
/
+1
*
i965/meta: Stencil blits
Topi Pohjolainen
2014-05-15
1
-0
/
+1
*
i965/blorp: Expose coordinate scissoring and mirroring
Topi Pohjolainen
2014-05-12
1
-0
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965/fs: Reimplement dead_code_elimination().
Matt Turner
2014-04-15
1
-0
/
+1
*
i965/fs: Split fs_visitor::register_coalesce() into its own file.
Matt Turner
2014-04-05
1
-0
/
+1
*
i965/gen8: Change the winsys MSAA blits from blorp to meta.
Eric Anholt
2014-03-24
1
-0
/
+1
*
glsl/i965: move lower_offset_array up to GLSL compiler level.
Dave Airlie
2014-02-25
1
-1
/
+0
*
i965: Update GS state for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update multisampling state for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update SF_CLIP_VIEWPORT for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Rework SURFACE_STATE entries for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update SOL state for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update the code that disables unused shader stages for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Rework vertex uploads for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update STATE_BASE_ADDRESS for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Rework 3DSTATE_VS for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+2
*
i965: Add the new 3DSTATE_PS_BLEND state packet.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965: Update SF, SBE, and RASTER state for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+1
*
i965/fs: Add a saturation propagation optimization pass.
Matt Turner
2014-01-28
1
-0
/
+1
*
i965/blorp: introduce separate eu-emitter for blit compiler
Topi Pohjolainen
2014-01-23
1
-0
/
+1
[next]