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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Enable S3TC extensions always
Ian Romanick
2013-01-23
1
-6
/
+4
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
6
-6
/
+7
*
i965: Use swizzles to force R, G, and B to 0.0 for ALPHA textures.
Carl Worth
2013-01-23
1
-3
/
+10
*
i965: Use swizzles to force alpha to 1.0 for RED, RG, or RGB textures.
Carl Worth
2013-01-23
1
-0
/
+12
*
i965: Examine _BaseFormat when deciding to perform xRGB_alpha fixups
Carl Worth
2013-01-23
1
-1
/
+2
*
wmesa: include api_exec.h to fix compilation
Brian Paul
2013-01-22
1
-0
/
+1
*
i965: Implement the GL_ARB_base_instance extension.
Kenneth Graunke
2013-01-22
2
-2
/
+4
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
10
-10
/
+10
*
mesa: Remove the dead PrepareExecBegin() driver hook.
Eric Anholt
2013-01-21
1
-1
/
+0
*
scons: Fix dependencies of generated headers.
José Fonseca
2013-01-21
2
-5
/
+2
*
intel: Don't expose XRGB8888 visuals any more
Ian Romanick
2013-01-21
1
-2
/
+1
*
i965: Enable floating-point textures always
Ian Romanick
2013-01-21
2
-20
/
+5
*
xmlpool/build: generate options.h via BUILT_SOURCES
Matt Turner
2013-01-20
1
-1
/
+1
*
intel: Enable GL_OES_depth_texture_cube_map
Ian Romanick
2013-01-20
1
-0
/
+1
*
i965: Add support for GL_ARB_texture_buffer_object_rgb32.
Eric Anholt
2013-01-18
1
-0
/
+1
*
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
*
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
*
meta: add 'f' suffix to floats to silence some MSVC warnings
Brian Paul
2013-01-16
1
-1
/
+1
*
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
1
-0
/
+1
*
meta: Move loop variable declaration outside for loop.
Vinson Lee
2013-01-15
1
-1
/
+2
*
intel: Support blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
2
-34
/
+63
*
meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glsl
Anuj Phogat
2013-01-15
1
-93
/
+344
*
intel: Expose support for DRI_API_GLES3
Chad Versace
2013-01-15
1
-0
/
+2
*
dri: Define enum __DRI_API_GLES3
Chad Versace
2013-01-15
2
-0
/
+2
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
7
-105
/
+100
*
intel: Set screen's api mask according to hw capabilities (v3)
Chad Versace
2013-01-15
2
-11
/
+96
*
i965: Force even an empty query to flush all previous queries.
Carl Worth
2013-01-15
1
-0
/
+17
*
meta: Allow meta operations to pause/resume an active occlusion query
Carl Worth
2013-01-15
2
-1
/
+28
*
i965: Avoid blending with destination alpha when RB format has no alpha bits
Carl Worth
2013-01-14
3
-8
/
+22
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
5
-1
/
+5
*
r200: Fix probable thinko in r200EmitArrays
Adam Jackson
2013-01-13
1
-1
/
+2
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
6
-18
/
+0
*
i965: Move program_id to intel_screen instead of brw_context.
Kenneth Graunke
2013-01-12
4
-8
/
+22
*
i965: Fix build error with clang.
Kenneth Graunke
2013-01-12
1
-3
/
+7
*
i965/fs: Don't mix integer/float immediates in i2b handling.
Kenneth Graunke
2013-01-12
1
-1
/
+3
*
i965: Add an INTEL_DEBUG=no16 option.
Kenneth Graunke
2013-01-12
3
-1
/
+4
*
scons: Update for xmlpool/options.h generation.
José Fonseca
2013-01-12
2
-0
/
+17
*
drirc: Add quirk to disable GLSL line continuations for Savage2
Carl Worth
2013-01-11
1
-0
/
+3
*
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
2013-01-11
3
-1
/
+9
*
driconf: Add proper dependency for compiling .mo files from .po files.
Carl Worth
2013-01-11
2
-21
/
+20
*
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
2013-01-11
8
-643
/
+64
*
driconf: Fix German translations by removing a couple of bogus backslashes
Carl Worth
2013-01-11
1
-2
/
+2
*
driconf: Fix gen_xmlpool.py script to allow running from any directory
Chad Versace
2013-01-11
2
-4
/
+18
*
driconf: Add some translations which have been available, but were not compiled
Carl Worth
2013-01-11
1
-8
/
+8
[next]