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: 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
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
1
-1
/
+0
*
i965: Add a lowering pass to convert TXD to TXL by computing the LOD.
Kenneth Graunke
2012-07-12
1
-0
/
+1
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
1
-1
/
+0
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
1
-0
/
+1
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
1
-1
/
+1
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+1
*
i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
2012-05-15
1
-0
/
+1
*
i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
2012-05-15
1
-0
/
+1
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
1
-0
/
+1
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
1
-0
/
+1
*
i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
2012-05-10
1
-3
/
+3
*
autoconf: pass -Wall to automake
Dylan Noblesmith
2012-04-29
1
-4
/
+4
*
i965: Add support for live variable analysis using dataflow analysis.
Eric Anholt
2012-04-19
1
-0
/
+1
*
i965: Add basic block generator.
Eric Anholt
2012-04-19
1
-0
/
+1
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-0
/
+1
*
intel: Use libdrm's decode functionality instead of the gpu-tools copy.
Eric Anholt
2012-01-30
1
-1
/
+0
*
i965: Convert the build to using automake.
Eric Anholt
2012-01-17
1
-4
/
+4
*
i965/gen7: Move SOL stage disable to gen7_sol_state.c
Eric Anholt
2011-12-23
1
-0
/
+1
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-0
/
+1
*
intel: Define struct intel_resolve_map [v2]
Chad Versace
2011-11-22
1
-0
/
+1
*
intel: Add HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
1
-0
/
+1
*
i965/vs: Add constant propagation to a few opcodes.
Eric Anholt
2011-09-08
1
-0
/
+1
*
intel: rename intel_extensions_es2.c to intel_extensions_es.c
Chia-I Wu
2011-09-01
1
-1
/
+1
*
i965: Factor our source lists into Makefile.sources
Chad Versace
2011-08-26
1
-0
/
+125