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
*
i965: Validate (and resolve) all the bound textures.
Chris Forbes
2014-03-11
2
-2
/
+2
*
dri/i9*5: correctly calculate the amount of system memory
Emil Velikov
2014-03-11
2
-2
/
+2
*
r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUs
Tom Stellard
2014-03-10
1
-1
/
+3
*
mesa: do depth/stencil format conversion in glGetTexImage
Brian Paul
2014-03-10
1
-2
/
+9
*
i965: Fix the region's pitch condition to use blitter
Anuj Phogat
2014-03-10
1
-3
/
+3
*
glx: Fix the GLXFBConfig attrib sort priorities
Fredrik Höglund
2014-03-10
1
-7
/
+4
*
glx: Fix the default values for GLXFBConfig attributes
Fredrik Höglund
2014-03-10
1
-7
/
+2
*
nv50: correctly calculate the number of vertical blocks during transfer map
Emil Velikov
2014-03-10
1
-1
/
+1
*
i965: Create a hardware context before initializing state module.
Kenneth Graunke
2014-03-04
1
-6
/
+6
*
glsl: Only warn for macro names containing __
Ian Romanick
2014-03-04
1
-3
/
+10
*
glcpp: Only warn for macro names containing __
Ian Romanick
2014-03-04
2
-5
/
+21
*
glsl: Fix condition to generate shader link error
Anuj Phogat
2014-03-04
1
-4
/
+5
*
mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target()
Anuj Phogat
2014-03-04
1
-0
/
+3
*
targets/vdpau: Always use c++ to link
Kusanagi Kouichi
2014-03-04
1
-5
/
+1
*
main: Avoid double-free of shader Label
Carl Worth
2014-03-04
1
-0
/
+1
*
nouveau: fix chipset checks for nv1a by using the oclass instead
Ilia Mirkin
2014-03-04
3
-7
/
+8
*
mesa: Preserve the NewArrays state when copying a VAO
Fredrik Höglund
2014-03-04
1
-0
/
+1
*
dri/nouveau: Pass the API into _mesa_initialize_context
Emil Velikov
2014-03-04
6
-10
/
+16
*
glsl: Add locking to builtin_builder singleton
Daniel Kurtz
2014-03-04
1
-1
/
+10
*
nouveau/video: make sure that firmware is present when checking caps
Ilia Mirkin
2014-03-04
3
-4
/
+147
*
nv30: report 8 maximum inputs
Ilia Mirkin
2014-03-04
1
-1
/
+1
*
mesa: update assertion in detach_shader() for geom shaders
Brian Paul
2014-03-04
1
-0
/
+1
*
glsl: Don't lose precision qualifiers when encountering "centroid".
Kenneth Graunke
2014-03-04
1
-1
/
+1
*
st/mesa: avoid sw fallback for getting/decompressing textures
Brian Paul
2014-03-04
1
-1
/
+3
*
glsl: Initialize ubo_binding_mask flags to zero.
Matt Turner
2014-03-04
1
-0
/
+1
*
st/mesa: fix crash when a shader uses a TBO and it's not bound
Marek Olšák
2014-03-04
1
-0
/
+6
*
glsl: Fix continue statements in do-while loops.
Paul Berry
2014-03-04
1
-9
/
+14
*
glsl: Make condition_to_hir() callable from outside ast_iteration_statement.
Paul Berry
2014-03-04
2
-7
/
+6
*
i965/blorp: do not use unnecessary hw-blending support
Topi Pohjolainen
2014-03-04
1
-20
/
+0
*
radeon/uvd: fix feedback buffer handling v2
Christian König
2014-03-04
1
-12
/
+28
*
draw: fix incorrect color of flat-shaded clipped lines
Brian Paul
2014-03-04
1
-1
/
+12
*
gallium/auxiliary/indices: replace free() with FREE()
Brian Paul
2014-03-04
1
-1
/
+1
*
meta: Consistenly use non-Apple VAO functions
Ian Romanick
2014-03-04
1
-4
/
+4
*
meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_...
Ian Romanick
2014-03-04
1
-1
/
+2
*
meta: Release resources used by _mesa_meta_DrawPixels
Ian Romanick
2014-03-04
1
-0
/
+19
*
meta: Release resources used by decompress_texture_image
Ian Romanick
2014-03-04
1
-0
/
+21
*
radeon: move driContextSetFlags(ctx) call after ctx var is initialized
Brian Paul
2014-03-04
1
-2
/
+3
*
r200: move driContextSetFlags(ctx) call after ctx var is initialized
Brian Paul
2014-03-04
1
-2
/
+3
*
mesa: Generate correct error code in glDrawBuffers()
Anuj Phogat
2014-03-04
1
-3
/
+5
*
build: move ARCH_LIBS definition outside of ASM definition
Paul Seidler
2014-02-03
1
-6
/
+6
*
mesa: Fix build to properly check for supported compiler flags
Lauri Kasanen
2014-02-03
1
-1
/
+5
*
i965: Ignore 'centroid' interpolation qualifier in case of persample shading
Anuj Phogat
2014-01-31
2
-2
/
+3
*
i965: Use sample barycentric coordinates with per sample shading
Anuj Phogat
2014-01-31
4
-6
/
+29
*
mesa: Use IROUND instead of roundf.
José Fonseca
2014-01-31
1
-1
/
+1
*
i965/gen6/blorp: Emit more flushes to workaround hangs
Chad Versace
2014-01-31
2
-15
/
+5
*
radeon / r200: Pass the API into _mesa_initialize_context
Ian Romanick
2014-01-28
4
-3
/
+5
*
r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.
Tom Stellard
2014-01-28
4
-14
/
+10
*
gallium/rtasm: handle mmap failures appropriately
Emil Velikov
2014-01-28
1
-3
/
+7
*
glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.
Matt Turner
2014-01-28
1
-3
/
+5
*
draw: fix incorrect vertex size computation in LLVM drawing code
Brian Paul
2014-01-27
2
-11
/
+30
[next]