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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: convert a few more macros to inline functions
Brian Paul
2012-08-29
1
-22
/
+21
*
mesa: remove COPY_4V_CAST() macro
Brian Paul
2012-08-29
2
-10
/
+1
*
mesa: convert a bunch of math macros to inline functions
Brian Paul
2012-08-29
1
-56
/
+86
*
tnl: use INTERP_4F() instead of four INTERP_F() calls
Brian Paul
2012-08-29
1
-4
/
+1
*
swrast: fix wrong assignments in _swrast_add_spec_terms_line()
Brian Paul
2012-08-29
1
-2
/
+2
*
mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()
Brian Paul
2012-08-29
1
-1
/
+2
*
mesa: Define CPU_TO_LE32 to work on OpenBSD
Martin Pieuchot
2012-08-29
1
-0
/
+3
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
3
-15
/
+34
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
5
-120
/
+14
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
5
-18
/
+20
*
i965: Drop the old sw fallback for position array being disabled.
Eric Anholt
2012-08-28
1
-7
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
2
-5
/
+2
*
i965: Move depth resolve for span fallbacks to a simpler place.
Eric Anholt
2012-08-28
2
-28
/
+3
*
i965: Drop manual hiz resolves in span rendering.
Eric Anholt
2012-08-28
1
-10
/
+0
*
i965: Make VS programs obey the shader_precompile driconf option.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Reenable the fragment shader precompile.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
3
-1
/
+76
*
i965/fs: Assume shadow sampler swizzling is <X, X, X, 1>.
Kenneth Graunke
2012-08-27
1
-2
/
+8
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
6
-30
/
+30
*
i965: Only set proj_attrib_mask for fixed function.
Kenneth Graunke
2012-08-27
2
-2
/
+12
*
i965: Don't set stats_wm in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
1
-1
/
+3
*
i965: Don't set vp_outputs_written in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
2
-5
/
+10
*
i965: Double the size of the state cache.
Kenneth Graunke
2012-08-27
1
-2
/
+2
*
st/mesa: use fallback path for glCopyTexSubImage(GL_TEXTURE_1D_ARRAY)
Brian Paul
2012-08-27
1
-0
/
+10
*
i965: Move hiz resolve to after renderbuffer resizing (v2)
Chad Versace
2012-08-27
1
-4
/
+5
*
i965: Remove redundant null check
Chad Versace
2012-08-27
1
-2
/
+1
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
4
-0
/
+62
*
i965: Add support for GL_ARB_occlusion_query2.
Eric Anholt
2012-08-26
1
-0
/
+1
*
mesa: Add constants for the GL_QUERY_COUNTER_BITS per target.
Eric Anholt
2012-08-26
2
-1
/
+44
*
i965: Fix accumulator_contains() test to also reject swizzles of the dst.
Eric Anholt
2012-08-26
1
-1
/
+1
*
dri: Remove image write function
Jakob Bornecrantz
2012-08-26
2
-29
/
+0
*
i965: Don't set iz_lookup the FS precompile's program key on Gen6+.
Kenneth Graunke
2012-08-25
1
-7
/
+10
*
i965/fs: Fix INTEL_DEBUG=perf program key printing.
Kenneth Graunke
2012-08-25
1
-18
/
+18
*
mesa: Use a new, more specific hook for shader uniform changes.
Kenneth Graunke
2012-08-25
4
-2
/
+19
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
5
-35
/
+74
*
i965: Add a "sampler state index" parameter to update_sampler_state().
Kenneth Graunke
2012-08-25
3
-14
/
+15
*
i965: Un-hardcode WM binding table from update_texture_surface.
Kenneth Graunke
2012-08-25
3
-20
/
+31
*
i965/vs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-5
/
+5
*
i965/fs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-14
/
+14
*
i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().
Kenneth Graunke
2012-08-25
2
-15
/
+9
*
i965: Set SWIZZLE_NOOP for unused texture units in the program keys.
Kenneth Graunke
2012-08-25
1
-3
/
+2
*
i965: Remove four and a half year old TODO comments about samplers.
Kenneth Graunke
2012-08-25
2
-8
/
+0
*
i965: Fix brw_link_shader to return false rather than NULL.
Kenneth Graunke
2012-08-25
1
-1
/
+1
*
mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...
Ian Romanick
2012-08-24
2
-10
/
+6
*
mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-4
/
+9
*
mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-11
/
+18
*
mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-36
/
+8
*
mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-15
/
+6
[next]