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/vec4: Delete the old vec4_vp code
Jason Ekstrand
2015-10-02
1
-1
/
+0
*
i965/vec4: Import helpers to convert vectors into arrays and back.
Francisco Jerez
2015-09-25
1
-0
/
+2
*
i965/vec4: Introduce VEC4 IR builder.
Francisco Jerez
2015-09-25
1
-0
/
+1
*
i965/fs: Add a very basic validation pass
Jason Ekstrand
2015-09-15
1
-0
/
+1
*
i965: Move compute shader code around
Kristian Høgsberg Kristensen
2015-09-14
1
-1
/
+2
*
i965/nir/gs: Handle geometry shaders inputs
Iago Toral Quiroga
2015-08-03
1
-0
/
+1
*
i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass
Eduardo Lima Mitev
2015-08-03
1
-0
/
+1
*
i965/fs: Import surface message builder helper functions.
Francisco Jerez
2015-07-29
1
-0
/
+2
*
i965: Transplant PIPE_CONTROL routines to brw_pipe_control
Chris Wilson
2015-06-24
1
-0
/
+1
*
i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.
Kenneth Graunke
2015-06-22
1
-0
/
+1
*
i965/fs: Introduce FS IR builder.
Francisco Jerez
2015-06-09
1
-0
/
+1
*
i965: Remove the old fragment program code
Jason Ekstrand
2015-05-28
1
-1
/
+0
*
i965: add brw_cs.h to the sources list
Emil Velikov
2015-05-19
1
-0
/
+1
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
1
-0
/
+1
*
i965: Implement DispatchCompute() back-end
Paul Berry
2015-05-02
1
-0
/
+1
*
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
[next]