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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
73
-274
/
+274
*
r600: include version.h for _mesa_override_glsl_version() prototype
Brian Paul
2011-10-01
1
-0
/
+1
*
mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c
Brian Paul
2011-10-01
1
-43
/
+25
*
mesa: use loop in pop_texture_group() to restore 4 combiner terms
Brian Paul
2011-10-01
1
-24
/
+13
*
mesa: Refactor hash_table_{find,remove} to share some code
Ian Romanick
2011-09-30
1
-16
/
+16
*
mesa: Document an odd side-effect of hash_table_insert
Ian Romanick
2011-09-30
1
-0
/
+5
*
mesa: Remove unused field gl_program::Varying
Ian Romanick
2011-09-30
4
-12
/
+0
*
mesa: Use Add linker_error instead of fail_link
Ian Romanick
2011-09-30
1
-14
/
+3
*
r600g: fix a compiler warning
Marek Olšák
2011-09-30
1
-0
/
+1
*
gallium/docs: update the documentation of capabilities
Marek Olšák
2011-09-30
1
-73
/
+84
*
r600g: move all files from winsys/r600 into drivers/r600
Marek Olšák
2011-09-30
19
-91
/
+11
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
15
-111
/
+82
*
winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle
Marek Olšák
2011-09-30
4
-10
/
+5
*
r600g: remove struct radeon (or what's left of it)
Marek Olšák
2011-09-30
8
-96
/
+18
*
r600g: move family and chip_class from struct radeon to r600_screen
Marek Olšák
2011-09-30
8
-70
/
+57
*
r600g: merge r600_bo with r600_resource
Marek Olšák
2011-09-30
18
-382
/
+243
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
6
-2
/
+7
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
8
-3
/
+10
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
15
-56
/
+64
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
11
-17
/
+0
*
i915: out-of-bounds write in calc_live_regs()
Chris Wilson
2011-09-30
1
-4
/
+4
*
i965: Assign instead of compare inside assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
i965/gen6: Fix assign instead of compare in assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
glcpp: Add a test for #elif with an undefined macro.
Carl Worth
2011-09-30
2
-0
/
+8
*
glcpp: Raise error if defining any macro containing two consecutive underscores
Carl Worth
2011-09-30
3
-3
/
+7
*
glcpp: Implement token pasting for non-function-like macros
Carl Worth
2011-09-30
1
-36
/
+47
*
glcpp: Test a non-function-like macro using the token paste operator
Carl Worth
2011-09-30
2
-0
/
+7
*
glcpp: Fix two (or more) successive applications of token pasting
Carl Worth
2011-09-30
1
-2
/
+0
*
glcpp: Add a test for a macro that implements token pasting twice.
Carl Worth
2011-09-30
2
-0
/
+7
*
mesa: Remove unused tnl items from dd_functions
Chad Versace
2011-09-30
2
-21
/
+0
*
meta: fix GetTexImage() for luminance, l/a, intensity formats
Brian Paul
2011-09-30
3
-3
/
+32
*
mesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_flags()
Brian Paul
2011-09-30
1
-2
/
+5
*
st/mesa: implement AllocTextureImageBuffer() driver hook
Brian Paul
2011-09-30
1
-0
/
+86
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
8
-37
/
+26
*
xorg/vmwgfx: Kill this target. It's not used anymore.
Thomas Hellstrom
2011-09-30
13
-2783
/
+0
*
intel: include version.h to get _mesa_override_glsl_version() prototype
Brian Paul
2011-09-29
1
-0
/
+1
*
gallium: Set renderbuffer's InternalFormat when rendering to texture
Simon Farnsworth
2011-09-29
1
-0
/
+1
*
winsys/svga: Update to vmwgfx kernel module 2.1
Thomas Hellstrom
2011-09-29
11
-263
/
+668
*
st/xa: Don't call fence_reference with an unitialized fence handle as dst
Thomas Hellstrom
2011-09-29
1
-1
/
+1
*
st/xa: surfaces and sampler views are per context
Thomas Hellstrom
2011-09-29
5
-63
/
+65
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
14
-24
/
+5
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
13
-19
/
+4
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
13
-23
/
+5
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
14
-45
/
+9
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
11
-145
/
+54
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
11
-18
/
+4
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
13
-29
/
+7
*
llvmpipe: Convert some of the null checks back to asserts.
José Fonseca
2011-09-29
1
-26
/
+12
*
llvmpipe: Also reset the state in lp_scene_bin_reset
José Fonseca
2011-09-29
1
-0
/
+1
*
llvmpipe: Prevent segfault during fs variant cache shrinking.
José Fonseca
2011-09-29
1
-4
/
+15
[next]