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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Put lod parameter in the correct place for Gen4
Chris Forbes
2013-07-31
1
-1
/
+1
*
i965/vs: set up sampler state pointer for Gen4/5.
Chris Forbes
2013-07-31
1
-6
/
+21
*
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
2013-07-30
2
-0
/
+11
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-07-30
2
-0
/
+39
*
driconf: enable app-specific workarounds for all drivers
Marek Olšák
2013-07-30
2
-2
/
+6
*
driconf: remove the unused option allow_large_textures
Marek Olšák
2013-07-30
1
-9
/
+0
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-07-30
5
-5
/
+5
*
i965: Don't create a swrast context on ES2+.
Kenneth Graunke
2013-07-29
1
-1
/
+1
*
i965/vs: Fix flaky texture swizzling
Chris Forbes
2013-07-27
1
-1
/
+1
*
Revert "i965: Delete pre-DRI2.3 viewport hacks."
Kenneth Graunke
2013-07-25
3
-1
/
+25
*
i965: Initialize inout_offset parameter to brw_search_cache().
Paul Berry
2013-07-25
2
-2
/
+2
*
meta: handle 2D texture arrays in decompress_texture_image()
Brian Paul
2013-07-24
1
-2
/
+21
*
scons: Don't use -z defs ld option on Mac.
José Fonseca
2013-07-21
1
-1
/
+2
*
scons: Disallow undefined symbols in Xlib libGL.so.
José Fonseca
2013-07-19
1
-0
/
+3
*
i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.
Kenneth Graunke
2013-07-18
1
-0
/
+1
*
i965: Combine URB code emission into a single group.
Kenneth Graunke
2013-07-18
1
-10
/
+2
*
i965/hsw: Change L3 MOCS for depth, hiz, and stencil
Chad Versace
2013-07-18
2
-4
/
+9
*
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
Chad Versace
2013-07-18
3
-3
/
+9
*
i965/hsw: Change L3 MOCS of SURFACE_STAT
Chad Versace
2013-07-18
2
-2
/
+8
*
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
Chad Versace
2013-07-18
2
-0
/
+6
*
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
2013-07-18
1
-6
/
+0
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
1
-1
/
+4
*
glx: Changes to visual configs initialization.
Tomasz Lis
2013-07-18
1
-1
/
+6
*
i965: Add #defines for Memory Object Control State fields on Gen7-7.5.
Kenneth Graunke
2013-07-18
1
-0
/
+26
*
i965: Add MOCS shift and mask for SURFACE_STATE entries.
Kenneth Graunke
2013-07-18
1
-0
/
+3
*
osmesa: link against static libglapi library too to get the gl exports
Maarten Lankhorst
2013-07-16
1
-3
/
+3
*
i965/Gen4: Zero extra coordinates for ir_tex
Chris Forbes
2013-07-16
1
-0
/
+4
*
i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Refer people to brw_tex_layout.c rather than the BSpec.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.
Kenneth Graunke
2013-07-15
2
-5
/
+5
*
i965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.
Kenneth Graunke
2013-07-15
1
-2
/
+3
*
i965: Update workaround flush comments for Gen6 3DSTATE_VS.
Kenneth Graunke
2013-07-15
2
-2
/
+6
*
i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Cite the Sandybridge PRM for Gen7 stencil pitch requirements.
Kenneth Graunke
2013-07-15
1
-9
/
+5
*
i965: Cite the Ivybridge PRM for multisample surface format notes.
Kenneth Graunke
2013-07-15
1
-13
/
+9
*
i965: Delete "the data cache is the sampler cache" comments on Gen7+.
Kenneth Graunke
2013-07-15
1
-12
/
+0
*
i965: Cite the 965 PRM for "the data cache is the sampler cache".
Kenneth Graunke
2013-07-15
1
-3
/
+3
*
i965: Cite the Ivybridge PRM for DP message descriptor fields.
Kenneth Graunke
2013-07-15
1
-3
/
+3
*
i965: Cite the Ivybridge PRM for why the fake MRF range is what it is.
Kenneth Graunke
2013-07-15
1
-1
/
+1
*
i965: Cite the Ivybridge PRM for SFID enum values.
Kenneth Graunke
2013-07-15
1
-2
/
+1
*
i965: Gen4/5: use IEEE floating point mode for GLSL shaders.
Chris Forbes
2013-07-14
2
-2
/
+17
*
i965/vs: Gen4/5: enable front colors if back colors are written
Chris Forbes
2013-07-14
1
-0
/
+6
*
i965/blorp: Fix clear rectangle alignment in fast color clear
Anuj Phogat
2013-07-10
1
-4
/
+19
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
74
-237
/
+136
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
67
-622
/
+483
*
i965: Move intel_context::has_llc to brw_context.
Kenneth Graunke
2013-07-09
6
-9
/
+7
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
29
-64
/
+61
*
i965: Move must_use/has_separate_stencil fields to brw_context.
Kenneth Graunke
2013-07-09
6
-13
/
+11
*
i965: Move intel_context::has_hiz to brw_context.
Kenneth Graunke
2013-07-09
4
-5
/
+4
*
i965: Free brw, not intel.
Kenneth Graunke
2013-07-09
1
-1
/
+1
[next]