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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program().
Bryan Cain
2013-10-17
1
-0
/
+7
*
Revert "i965: Create ARGB2101010 DRI configs"
Kristian Høgsberg
2013-10-16
1
-4
/
+1
*
r600g/sb: fix issue with DCE between GVN and GCM (v2)
Vadim Girlin
2013-10-17
4
-12
/
+39
*
glapi: Add missing XML files to Makefile dependencies.
Matt Turner
2013-10-16
1
-0
/
+8
*
glsl: Optimize mul(a, -1) into neg(a).
Matt Turner
2013-10-16
1
-0
/
+23
*
i965/fs: Handle printing HW_REGS in dump_instruction().
Matt Turner
2013-10-16
1
-0
/
+16
*
i965: Print instructions' children during scheduling debugging.
Matt Turner
2013-10-16
1
-2
/
+6
*
Revert "scons: Fix build when rtti is disabled"
José Fonseca
2013-10-16
3
-10
/
+4
*
radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
Tom Stellard
2013-10-16
1
-0
/
+4
*
r600g/compute Improve debugging output
Tom Stellard
2013-10-16
2
-5
/
+7
*
clover: Link libclc before running any optimizations
Tom Stellard
2013-10-16
1
-27
/
+13
*
mesa: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
3
-6
/
+6
*
svga: minor fix-ups in svga_get_shader_param()
Brian Paul
2013-10-16
1
-2
/
+3
*
cso: fix incorrect sampler view count in cso_restore_sampler_views()
Brian Paul
2013-10-16
1
-3
/
+6
*
mesa: update glxext.h to version 20131008
Brian Paul
2013-10-16
1
-800
/
+637
*
mesa: update glext.h to version 20131008
Brian Paul
2013-10-16
1
-502
/
+750
*
vbo: access VBO memory more efficiently when building display lists
Brian Paul
2013-10-16
1
-8
/
+31
*
mesa: consolidate cube width=height error checking
Brian Paul
2013-10-16
1
-38
/
+5
*
gbm: Add support for gbm bos and surfaces using GBM_FORMAT_ARGB2101010
Kristian Høgsberg
2013-10-15
1
-0
/
+6
*
dri: Add __DRIimage support for the ARGB2101010 format
Kristian Høgsberg
2013-10-15
2
-0
/
+12
*
i965: Create ARGB2101010 DRI configs
Kristian Høgsberg
2013-10-15
1
-1
/
+4
*
dri/common: Add support for creating ARGB2101010 configs
Kristian Høgsberg
2013-10-15
1
-0
/
+10
*
egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platform
Kristian Høgsberg
2013-10-15
1
-2
/
+21
*
egl_dri2: Remove depth argument from dri2_add_config()
Kristian Høgsberg
2013-10-15
6
-26
/
+14
*
egl_dri2: Match X11 visuals using rgba masks instead of depth
Kristian Høgsberg
2013-10-15
1
-1
/
+20
*
i965: Add support for RGB565 __DRIimage
Singh, Satyeshwar
2013-10-15
1
-0
/
+3
*
egl-wayland: Add support for RGB565 pixel format for Wayland clients
Singh, Satyeshwar
2013-10-15
2
-2
/
+14
*
scons: Fix build when rtti is disabled
Alexander von Gluck IV
2013-10-15
3
-4
/
+10
*
llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.
José Fonseca
2013-10-15
1
-1
/
+1
*
draw: make vs_slot signed.
José Fonseca
2013-10-15
1
-2
/
+4
*
configure.ac: drop obsolete variable HAVE_COMMON_DRI
Emil Velikov
2013-10-15
2
-7
/
+0
*
swrast: add correct include for out-of-tree builds
Emil Velikov
2013-10-15
2
-0
/
+2
*
mesa: fix transform feedback when a geometry shader is active.
Bryan Cain
2013-10-15
1
-18
/
+35
*
i965/gs: Set the REORDER bit in 3DSTATE_GS.
Paul Berry
2013-10-15
2
-0
/
+29
*
i965/fs: Remove bogus field prog_data->dispatch_width.
Paul Berry
2013-10-15
3
-7
/
+2
*
glsl: Add new GLSL 1.50 constants.
Paul Berry
2013-10-15
3
-0
/
+51
*
i965: Move the common binding table offset code to brw_shader.cpp.
Eric Anholt
2013-10-15
7
-62
/
+58
*
i965/vec4: Dynamically assign the VS/GS binding table offsets.
Eric Anholt
2013-10-15
3
-57
/
+25
*
i965/fs: Dynamically set up the WM binding table offsets.
Eric Anholt
2013-10-15
3
-43
/
+35
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
19
-115
/
+161
*
i965: Always have the struct gl_program * in the backend visitor.
Eric Anholt
2013-10-15
4
-14
/
+15
*
i965: Drop a couple of unused defines.
Eric Anholt
2013-10-15
1
-3
/
+0
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
8
-17
/
+8
*
build: remove forced -fno-rtti
Alexander von Gluck IV
2013-10-14
3
-10
/
+0
*
configure.ac: Don't check for awk, grep, nm.
Matt Turner
2013-10-14
1
-12
/
+0
*
configure.ac: Don't check for cross compiling.
Matt Turner
2013-10-14
1
-2
/
+0
*
i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
2013-10-14
4
-0
/
+26
*
mesa: Add missing switch break in invalidate_framebuffer_storage()
Constantin Baranov
2013-10-14
1
-0
/
+1
*
st/vdpau: add format conversions for GetBitsYCbCr
Grigori Goronzy
2013-10-13
1
-8
/
+117
*
radeon: use staging for mapping linear textures
Grigori Goronzy
2013-10-13
1
-0
/
+6
[next]