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
...
*
intel: Fix scatter/gather for depthstencil textures
Chad Versace
2011-10-18
1
-5
/
+5
*
i965/gen6: Fix segfault in prepare_blend_state()
Chad Versace
2011-10-18
1
-1
/
+1
*
vbo: Redeclare bind_array() as non-static vbo_bind_array()
Chad Versace
2011-10-18
2
-5
/
+6
*
mesa: Add dd_function_table::PrepareExecBegin
Chad Versace
2011-10-18
3
-0
/
+12
*
swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-18
2
-0
/
+4
*
meta: Bump MAX_META_OPS_DEPTH from 2 to 8
Chad Versace
2011-10-18
1
-1
/
+1
*
meta: Add flag MESA_META_SELECT_FEEDBACK
Chad Versace
2011-10-18
2
-0
/
+28
*
mesa: Declare _mesa_RenderMode as non-static
Chad Versace
2011-10-18
2
-1
/
+4
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
89
-732
/
+738
*
mesa: Make the program texel offsets limits available with GLSL 1.30.
Eric Anholt
2011-10-18
1
-5
/
+12
*
meta: Fix saving the active program
Neil Roberts
2011-10-18
1
-1
/
+1
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-10-18
4
-754
/
+688
*
mesa: Add a flag for shader programs to allow SSO linkage in GLES2.
Eric Anholt
2011-10-18
1
-0
/
+11
*
ff_fragment_shader: Use FRAG_RESULT_COLOR to write all our colors at once.
Eric Anholt
2011-10-18
1
-12
/
+3
*
mesa: add a function to do the image data copy stuff for save_CompressedTex(S...
Yuanhan Liu
2011-10-17
1
-75
/
+27
*
swrast: Remove redundant term in logic expression
Chad Versace
2011-10-15
2
-2
/
+0
*
swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-15
2
-0
/
+4
*
mesa/vbo: Treat attribute 0 and vertex as the same
Ian Romanick
2011-10-14
1
-1
/
+2
*
swrast: be a bit smarter in clip_span()
Brian Paul
2011-10-13
1
-1
/
+4
*
mesa: remove unused gl_sampler_object::_CompleteTexture field
Brian Paul
2011-10-13
1
-3
/
+0
*
meta: fix redBits size test in get_temp_image_type()
Brian Paul
2011-10-13
1
-1
/
+1
*
i965 Gen6+: De-compact clip plane constants for old VS backend.
Paul Berry
2011-10-13
1
-8
/
+7
*
st/mesa: kill instruction if writemask=0 in eliminate_dead_code_advanced()
Brian Paul
2011-10-13
1
-1
/
+1
*
s/format/baseFormat/ to be more explicit
Brian Paul
2011-10-13
1
-5
/
+5
*
mesa: remove redundant buffer checks in copytexsubimage_error_check2()
Brian Paul
2011-10-13
1
-17
/
+0
*
mesa: remove redundant buffer checks in copytexture_error_check()
Brian Paul
2011-10-13
1
-16
/
+0
*
mesa: check attachment Type field in renderbuffer_exists()
Brian Paul
2011-10-13
1
-10
/
+4
*
mesa: consolidate _mesa_source/dest_buffer_exists()
Brian Paul
2011-10-13
1
-87
/
+43
*
mesa: make _mesa_update_depth/stencil_buffer() static
Brian Paul
2011-10-11
2
-32
/
+10
*
intel: Assert that no batch is emitted if a region is mapped
Chad Versace
2011-10-11
3
-1
/
+32
*
i965: Fix computation of abs(-x) in FS
Paul Berry
2011-10-11
2
-1
/
+5
*
i965: Replace incorrect use of GLboolean with enum brw_compression.
Kenneth Graunke
2011-10-11
3
-5
/
+9
*
mesa: Only allow queries of window system FBO on desktop GL w/ARB_fbo
Ian Romanick
2011-10-11
1
-0
/
+15
*
mesa: Accept GL_DEPTH and GL_STENCIL for window system FBO only
Ian Romanick
2011-10-11
1
-12
/
+27
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
6
-53
/
+53
*
i965: Change type of brw_context.primitive from GLenum to hardware primitive
Chad Versace
2011-10-10
4
-43
/
+41
*
i965: Split brw_set_prim into brw/gen6 variants
Chad Versace
2011-10-10
2
-2
/
+19
*
mesa: Prevent repeated glDeleteProgram() from blowing away our refcounts.
Eric Anholt
2011-10-10
1
-3
/
+5
*
i965: Fix timer query on gen6+
Zou Nan hai
2011-10-10
1
-5
/
+12
*
hash_table: Make string_to_uint_map make a copy of the name
Ian Romanick
2011-10-10
1
-1
/
+17
*
mesa/st: Check for a NULL _LinkedShader[i] before using it.
Stéphane Marchesin
2011-10-10
1
-1
/
+2
*
st/mesa: add readpixel integer support
Dave Airlie
2011-10-08
1
-2
/
+38
*
st/mesa: add support for int type conversion
Dave Airlie
2011-10-08
1
-67
/
+386
*
mesa/texformat: add integer fallbacks to other formats
Dave Airlie
2011-10-08
1
-73
/
+131
*
mesa: add packing for int/uint
Dave Airlie
2011-10-08
2
-0
/
+68
*
i965: Fix inconsistent indentation in brw_eu_emit.c.
Kenneth Graunke
2011-10-07
1
-197
/
+197
*
mesa: Silence several 'warning: unused parameter' in _mesa_GetnUniformdvARB
Ian Romanick
2011-10-07
1
-0
/
+6
*
mesa: Remove unused function _mesa_append_uniform
Ian Romanick
2011-10-07
2
-78
/
+0
*
mesa: Simplify calling Driver.ProgramStringNotify after previous refactors
Ian Romanick
2011-10-07
2
-55
/
+22
*
mesa: Simplify destroy_shader_program_variants_cb after previous refactors
Ian Romanick
2011-10-07
1
-6
/
+3
[prev]
[next]