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
*
i915,i965: Fix memory leak in try_pbo_upload (v2)
Vinson Lee
2013-08-15
2
-0
/
+2
*
radeonsi: Don't leave gaps between position exports from vertex shader
Michel Dänzer
2013-08-15
3
-59
/
+83
*
llvmpipe: fix stencil bug if we have both stencil and depth tests
Roland Scheidegger
2013-08-15
1
-14
/
+13
*
nv30: U8_USCALED only works for size 4
Ilia Mirkin
2013-08-15
1
-3
/
+0
*
glsl: Emit better warnings for things that look like default precision statem...
Ian Romanick
2013-08-15
1
-13
/
+31
*
draw: always call util_cpu_detect() in draw context creation.
Roland Scheidegger
2013-08-15
1
-1
/
+4
*
radeon/llvm: Add missing "%s" format string to fprintf.
Jon Severinsson
2013-08-14
1
-1
/
+1
*
glsl: disable ARB_texture_cube_map_array_enable keywords for glsl es
Tapani Pälli
2013-08-13
1
-24
/
+5
*
gbm: Link to libwayland-drm if Wayland EGL platform is enabled
Armin K
2013-08-13
3
-5
/
+6
*
glsl: Require function return type arrays be explicitly sized
Ian Romanick
2013-08-13
1
-0
/
+12
*
glsl: Move and refine test for unsized arrays in GLSL ES
Ian Romanick
2013-08-13
1
-6
/
+27
*
glx: Generate GLXBadDrawable when drawable is zero
Ian Romanick
2013-08-13
1
-2
/
+12
*
mesa: Use _mesa_detach_renderbuffer when deleting a texture
Ian Romanick
2013-08-13
2
-20
/
+48
*
mesa: Make detach_renderbuffer available outside fbobject.c
Ian Romanick
2013-08-13
2
-9
/
+38
*
meta: Don't call _mesa_Ortho with width or height of 0
Ian Romanick
2013-08-13
1
-3
/
+8
*
r600g/sb: use MULADD workaround on R7xx for MULADD_IEEE
Vadim Girlin
2013-08-13
1
-1
/
+2
*
glsl: Don't allow const on out or inout function parameters
Ian Romanick
2013-08-09
1
-0
/
+15
*
r600g: disable GPUVM by default
Alex Deucher
2013-08-09
1
-1
/
+1
*
egl: Do not export private symbols
Chad Versace
2013-08-09
5
-0
/
+5
*
i965: Remember to call intel_prepare_render() before blitting.
Kenneth Graunke
2013-08-09
1
-0
/
+5
*
r300g/compiler/tests: Pass the required LDFLAGS when building the test program
Tom Stellard
2013-08-07
1
-1
/
+2
*
r300g/compiler/tests: Fix segfault
Tom Stellard
2013-08-07
3
-4
/
+4
*
nv50: handle pure integer vertex attributes
Emil Velikov
2013-08-06
2
-2
/
+14
*
mesa: Generate a renderbuffer wrapper even if the texture has no image
Ian Romanick
2013-08-06
1
-2
/
+3
*
mesa: Validate the layer selection of an array texture too
Ian Romanick
2013-08-06
1
-4
/
+30
*
mesa: Don't call driver RenderTexture for invalid zoffset
Ian Romanick
2013-08-06
1
-0
/
+6
*
mesa: Don't call driver RenderTexture for really broken textures
Ian Romanick
2013-08-06
1
-2
/
+20
*
mesa: Remove stray debug printfs in attachment completeness code
Ian Romanick
2013-08-06
1
-2
/
+0
*
mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctly
Ian Romanick
2013-08-06
3
-12
/
+20
*
mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctly
Ian Romanick
2013-08-06
3
-8
/
+19
*
mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1
Ian Romanick
2013-08-06
1
-1
/
+1
*
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
2013-08-06
7
-2
/
+21
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-08-06
9
-8
/
+64
*
driconf: enable app-specific workarounds for all drivers
Marek Olšák
2013-08-06
2
-2
/
+6
*
st/dri: remove more unused driconf options
Marek Olšák
2013-08-06
1
-6
/
+1
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-08-06
6
-21
/
+24
*
driconf: remove the unused option allow_large_textures
Marek Olšák
2013-08-06
2
-11
/
+1
*
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
2013-08-06
5
-4
/
+10
*
st/osmesa: initialize disable_glsl_line_continuations
Marek Olšák
2013-08-06
1
-0
/
+1
*
radeonsi: Number of SGPRs retrieved from LLVM already includes VCC
Michel Dänzer
2013-08-06
1
-8
/
+8
*
nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZE
Samuel Pitoiset
2013-08-05
2
-2
/
+3
*
mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
2013-08-05
1
-5
/
+4
*
mesa/program: Change the program parser's namespace.
Kenneth Graunke
2013-08-05
2
-3
/
+10
*
glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
2013-08-05
1
-5
/
+3
*
glsl: Change the lexer's namespace.
Kenneth Graunke
2013-08-05
3
-3
/
+9
*
egl: Restore "bogus" DRI2 invalidate event code.
Eric Anholt
2013-08-05
1
-0
/
+14
*
mesa: fix multisampling proxy textures not being queryable
Mikko Juola
2013-08-05
1
-0
/
+2
*
mesa: fix proxy textures becoming immutable and unusable
Mikko Juola
2013-08-05
1
-1
/
+1
*
mesa: fix proxy textures not working with default texture binding
Mikko Juola
2013-08-05
1
-1
/
+1
*
mesa: fix number of mipmaps calculation for proxy textures
Mikko Juola
2013-08-05
1
-0
/
+10
[next]