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
*
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
*
driconf: Add option definitions to source file, not generated target
Carl Worth
2013-01-11
1
-0
/
+10
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-4
/
+4
*
i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Ian Romanick
2013-01-11
1
-0
/
+3
*
Clean up .gitignore files
Matt Turner
2013-01-10
10
-11
/
+0
*
intel: Clean up confusion between logical and physical surface dimensions.
Paul Berry
2013-01-09
8
-153
/
+143
*
intel: Add a force_y_tiling parameter to intel_miptree_create().
Paul Berry
2013-01-09
5
-26
/
+34
*
intel: Move compute_msaa_layout earlier in file.
Paul Berry
2013-01-09
1
-38
/
+41
*
i965/fs: Fix struct vs. class in acp_entry definitions.
Kenneth Graunke
2013-01-08
1
-1
/
+1
[next]