index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Skip updating texgen when not doing fixed function.
Eric Anholt
2013-01-18
1
-31
/
+39
*
mesa: Don't bother updating ff texture state if we have a fragment shader.
Eric Anholt
2013-01-18
1
-1
/
+2
*
mesa: Drop a comment about ff vertex shading and texturing.
Eric Anholt
2013-01-18
1
-5
/
+0
*
mesa: Fix out of bounds writes when uncompressing non-block-aligned ETC1.
Eric Anholt
2013-01-18
1
-2
/
+2
*
i965: Add support for GL_ARB_texture_buffer_object_rgb32.
Eric Anholt
2013-01-18
2
-1
/
+2
*
i965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.
Eric Anholt
2013-01-18
1
-1
/
+1
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
21
-77
/
+67
*
intel: Make intel_blit.c take pitches in bytes.
Eric Anholt
2013-01-18
8
-19
/
+15
*
r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output
Vincent Lejeune
2013-01-18
3
-58
/
+146
*
r600g/llvm: tgsi to llvm emits stream output intrinsics.
Vincent Lejeune
2013-01-18
5
-1
/
+39
*
r600g/llvm:translate ARL opcode to a simple cast
Vincent Lejeune
2013-01-18
1
-2
/
+12
*
r600g/llvm: rework handling of the constants
Vadim Girlin
2013-01-18
3
-16
/
+54
*
mesa: Only mark textures as mipmap incomplete on MAX_LEVEL issues.
Kenneth Graunke
2013-01-18
1
-2
/
+2
*
i965/vs: Store texturing results into a vec4 temporary.
Kenneth Graunke
2013-01-18
1
-6
/
+7
*
i965/vs: Set LOD to 0 for ordinary texture() calls.
Kenneth Graunke
2013-01-18
1
-2
/
+5
*
i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.
Kenneth Graunke
2013-01-18
1
-5
/
+8
*
i965: Lower textureGrad() with samplerCubeShadow on pre-Haswell.
Kenneth Graunke
2013-01-18
1
-6
/
+9
*
llvmpipe: turn on integer texture support
Roland Scheidegger
2013-01-18
1
-6
/
+16
*
llvmpipe: more fixes for integer color buffers
Roland Scheidegger
2013-01-18
1
-3
/
+39
*
llvmpipe: trivial code and comment cleanup.
Roland Scheidegger
2013-01-18
1
-14
/
+12
*
llvmpipe: fix using wrong format with MRT in blend code
Roland Scheidegger
2013-01-18
4
-11
/
+26
*
mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type
Ian Romanick
2013-01-17
3
-12
/
+3
*
mesa: Don't allow DEPTH_STENCIL for 3D textures
Ian Romanick
2013-01-17
1
-1
/
+2
*
swrast: fix assorted bugs in software blit code
Brian Paul
2013-01-17
1
-10
/
+20
*
radeonsi: Actually keep track if we are using depth textures for samplers.
Michel Dänzer
2013-01-17
1
-3
/
+7
*
radeonsi: Fix Z24 texture formats.
Michel Dänzer
2013-01-17
1
-2
/
+2
*
radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.
Michel Dänzer
2013-01-17
5
-7
/
+14
*
radeonsi: Use proper hardware format for stencil texturing.
Michel Dänzer
2013-01-17
1
-1
/
+2
*
radeonsi: Enable tiling for depth/stencil resources.
Michel Dänzer
2013-01-17
1
-4
/
+3
*
radeonsi: Consolidate calculation of tile mode index.
Michel Dänzer
2013-01-17
1
-111
/
+71
*
nvc0: add support for accelerated video decoding through the dedicated engines
Maarten Lankhorst
2013-01-17
7
-4
/
+1834
*
radeonsi: Pass texture type to sampling intrinsics.
Michel Dänzer
2013-01-17
1
-4
/
+2
*
nvc0: add space checks to clear functions
Maarten Lankhorst
2013-01-17
1
-5
/
+14
*
nv50: add space checks to clear functions, and respect depth
Maarten Lankhorst
2013-01-17
1
-13
/
+24
*
st/mesa: a couple fixes for st_BlitFramebuffer()
Brian Paul
2013-01-16
1
-30
/
+52
*
st/mesa: simplify some src/dst surface setup in BlitFramebuffer
Brian Paul
2013-01-16
1
-4
/
+4
*
meta: add 'f' suffix to floats to silence some MSVC warnings
Brian Paul
2013-01-16
1
-1
/
+1
*
mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_GetInternalformativ()
Brian Paul
2013-01-16
1
-0
/
+3
*
build: Make src/gtest before src/mesa
Matt Turner
2013-01-16
1
-2
/
+1
*
Fix mapi code generator for out-of-tree build
Jon TURNEY
2013-01-16
1
-1
/
+1
*
nvc0: Add support for video buffer
Maarten Lankhorst
2013-01-16
7
-11
/
+310
*
vl/video_buffer: fix up surface ordering for the interlaced case
Maarten Lankhorst
2013-01-16
1
-6
/
+6
*
vl/compositor: fix weave shader bugs
Maarten Lankhorst
2013-01-16
1
-5
/
+7
*
mesa: add new formatquery.c file to SConscript file to fix build
Brian Paul
2013-01-16
1
-0
/
+1
*
radeonsi/vdpau: remove nonsense state tracker dep
Christian König
2013-01-16
1
-1
/
+0
*
glapi: Remove duplicate ARB_base_instance from gl_API.xml
Ian Romanick
2013-01-15
1
-2
/
+0
*
intel: Enable GL_ARB_internalformat_query
Ian Romanick
2013-01-15
2
-0
/
+24
*
mesa: Add driver method to determine the possible sample counts
Ian Romanick
2013-01-15
3
-4
/
+44
*
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query
Ian Romanick
2013-01-15
4
-4
/
+30
*
mesa: Add extension tracking bit for GL_ARB_internalformat_query
Ian Romanick
2013-01-15
2
-0
/
+2
[prev]
[next]