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/blorp: introduce separate eu-emitter for blit compiler
Topi Pohjolainen
2014-01-23
1
-0
/
+1
*
i965: Create a new fragment shader backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
i965: Add a new infrastructure for generating Broadwell shader assembly.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
i965: Implement a disassembler for Broadwell's new instruction encoding.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
i965: Add a new representation for Broadwell shader instructions.
Kenneth Graunke
2014-01-18
1
-0
/
+1
*
i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.
Matt Turner
2013-12-04
1
-0
/
+1
*
i965/fs: New peephole optimization to generate SEL.
Matt Turner
2013-12-04
1
-0
/
+1
*
i965: Add basic driver hooks and plumbing for AMD_performance_monitor.
Kenneth Graunke
2013-11-21
1
-0
/
+1
*
i965: Add a pass to remove dead control flow.
Matt Turner
2013-11-20
1
-0
/
+1
*
i965: Add function to query the GPU reset status for a context
Ian Romanick
2013-11-07
1
-0
/
+1
*
Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."
Kenneth Graunke
2013-11-07
1
-1
/
+0
*
i965: Combine gen6_clip_state.c and gen7_clip_state.c.
Kenneth Graunke
2013-11-04
1
-1
/
+0
*
i965: Add lowering pass to fold offset into unnormalized coords
Chris Forbes
2013-10-26
1
-0
/
+1
*
i965: Add lowering pass for splitting textureGatherOffsets
Chris Forbes
2013-10-26
1
-0
/
+1
*
i965: Fold brwInitVtbl() into brwCreateContext().
Kenneth Graunke
2013-10-17
1
-1
/
+0
*
i965: Merge intel_context.c into brw_context.c.
Kenneth Graunke
2013-10-13
1
-1
/
+0
*
i965: Add a new brw_device_info structure.
Kenneth Graunke
2013-10-13
1
-0
/
+1
*
i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.
Kenneth Graunke
2013-10-13
1
-0
/
+1
*
i965: Add support for GL_AMD_performance_monitor on Ironlake.
Kenneth Graunke
2013-09-26
1
-0
/
+1
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
1
-0
/
+1
*
i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.
Kenneth Graunke
2013-09-18
1
-2
/
+2
*
i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
2013-09-11
1
-0
/
+1
*
i965/vs: Move vs-specific code out of brw_vec4_visitor.cpp.
Paul Berry
2013-09-05
1
-0
/
+1
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+1
*
i965/gs: Implement support for geometry shader surfaces.
Paul Berry
2013-08-31
1
-0
/
+1
*
i965/gs: add GS visitors.
Paul Berry
2013-08-23
1
-0
/
+1
*
i965: Split intel_upload code out into a separate file.
Kenneth Graunke
2013-08-16
1
-0
/
+1
*
i965: Move GL_APPLE_object_purgeable functionality into a new file.
Kenneth Graunke
2013-08-16
1
-0
/
+1
*
i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
Chris Forbes
2013-08-01
1
-0
/
+1
*
i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Delete brw_print_reg() function.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Split surface format code into a new file (brw_surface_formats.c).
Kenneth Graunke
2013-06-28
1
-0
/
+1
*
i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
2013-06-11
1
-1
/
+0
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
1
-0
/
+1
*
i965: Move FS instruction scheduling to a non-FS-specific file.
Eric Anholt
2013-05-02
1
-1
/
+1
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
1
-0
/
+1
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
1
-1
/
+0
*
intel: Fold the one last function intel_tex_format.c into the caller.
Eric Anholt
2013-04-29
1
-1
/
+0
*
i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.
Kenneth Graunke
2013-04-04
1
-1
/
+0
*
i965: Remove the old brw_optimize() code.
Eric Anholt
2013-04-01
1
-1
/
+0
*
i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().
Kenneth Graunke
2012-11-26
1
-1
/
+1
*
automake: Merge per-type *_FILES variables in intel drivers.
Eric Anholt
2012-11-12
1
-32
/
+29
*
i965/vs: Delete the old vertex shader backend.
Kenneth Graunke
2012-11-01
1
-1
/
+0
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
1
-0
/
+1
*
i965/vs: Improve live interval calculation.
Eric Anholt
2012-10-17
1
-0
/
+1
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965: Remove the old ARB_fragment_program backend.
Eric Anholt
2012-10-08
1
-6
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
1
-0
/
+1
*
i965: Add support for instruction compaction.
Eric Anholt
2012-09-17
1
-0
/
+1
[next]