index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Support blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
1
-2
/
+3
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
1
-42
/
+5
*
i965: Force even an empty query to flush all previous queries.
Carl Worth
2013-01-15
1
-0
/
+17
*
i965: Avoid blending with destination alpha when RB format has no alpha bits
Carl Worth
2013-01-14
3
-8
/
+22
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
1
-0
/
+1
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
*
i965: Move program_id to intel_screen instead of brw_context.
Kenneth Graunke
2013-01-12
2
-7
/
+15
*
i965: Fix build error with clang.
Kenneth Graunke
2013-01-12
1
-3
/
+7
*
i965/fs: Don't mix integer/float immediates in i2b handling.
Kenneth Graunke
2013-01-12
1
-1
/
+3
*
i965: Add an INTEL_DEBUG=no16 option.
Kenneth Graunke
2013-01-12
1
-1
/
+2
*
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
2013-01-11
1
-0
/
+2
*
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
2013-01-11
1
-0
/
+3
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-4
/
+4
*
i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Ian Romanick
2013-01-11
1
-0
/
+3
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-2
/
+0
*
intel: Clean up confusion between logical and physical surface dimensions.
Paul Berry
2013-01-09
1
-10
/
+10
*
i965/fs: Fix struct vs. class in acp_entry definitions.
Kenneth Graunke
2013-01-08
1
-1
/
+1
*
mesa: Add ALIGN() macro to main/macros.h.
Paul Berry
2013-01-08
1
-0
/
+1
*
i965: Support GL_FIXED and packed vertex formats natively on Haswell+.
Kenneth Graunke
2013-01-07
2
-12
/
+58
*
i965: Add #defines for GL_FIXED vertex formats.
Kenneth Graunke
2013-01-07
1
-0
/
+4
*
i965: Add remaining #defines for packed vertex formats.
Kenneth Graunke
2013-01-07
1
-0
/
+9
*
i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.
Kenneth Graunke
2013-01-07
4
-5
/
+17
*
i965/fs: Remove dead code from generate_uniform_pull_constant_load_gen7.
Kenneth Graunke
2013-01-07
1
-2
/
+0
*
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
2013-01-03
6
-360
/
+252
*
i965: Add break statement at end of BRW_OPCODE_CONTINUE case.
Vinson Lee
2013-01-02
1
-0
/
+1
*
i965: Stop making a copy of non-builtin uniforms in ParameterValues[].
Eric Anholt
2012-12-28
1
-3
/
+0
*
i965: Consistently use nr_pull_params instead of NumParameters.
Eric Anholt
2012-12-28
2
-4
/
+3
*
i965/vs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2012-12-28
2
-54
/
+35
*
i965/fs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2012-12-28
3
-44
/
+30
*
i965/fs: Remove the param_index/param_offset indirection.
Eric Anholt
2012-12-28
4
-46
/
+10
*
i965: Add asserts to check that we don't realloc ParameterValues.
Eric Anholt
2012-12-28
4
-0
/
+19
*
i965: Add texrect scale parameters before pointers to ParameterValues.
Eric Anholt
2012-12-28
3
-0
/
+24
*
i965: Fix a typo in a comment.
Eric Anholt
2012-12-28
1
-1
/
+1
*
i965: Add a note about a bug from the no-recompile-on-sampler-updates change.
Eric Anholt
2012-12-28
1
-0
/
+4
*
i965: Fix border color handling for deprecated SNORM formats.
Eric Anholt
2012-12-26
1
-2
/
+29
*
i965: Start using HIZ for Z16 textures.
Eric Anholt
2012-12-26
1
-0
/
+1
*
i965: Add perf debug for depth/stencil alignment workaround.
Eric Anholt
2012-12-22
1
-0
/
+16
*
i965: Fix hiz resolves getting stomped by depth offset validation.
Eric Anholt
2012-12-22
1
-5
/
+5
*
i965: Fix gl_VertexID when there are no other vertex inputs.
Paul Berry
2012-12-18
1
-3
/
+3
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
4
-8
/
+7
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
1
-12
/
+4
*
mesa: Change args to vbo_count_tessellated_primitives.
Paul Berry
2012-12-18
1
-1
/
+3
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+8
*
i965: Move BRW_MAX_GRF and similar defines to brw_reg.h.
Kenneth Graunke
2012-12-15
2
-18
/
+17
*
i965: Split struct brw_reg out from brw_eu.h into its own header.
Kenneth Graunke
2012-12-15
2
-709
/
+778
*
i965: Add missing autoconf bits so test_vec4_register_coalesce will build
Ian Romanick
2012-12-14
1
-0
/
+3
*
i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.
Eric Anholt
2012-12-14
3
-61
/
+128
*
i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"
Eric Anholt
2012-12-14
3
-9
/
+113
*
i965/vs: Add a unit test for opt_compute_to_mrf().
Eric Anholt
2012-12-14
3
-2
/
+133
*
i965/fs: Drop an unnecessary _safe on a list walk.
Eric Anholt
2012-12-14
1
-1
/
+1
[next]