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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
34
-737
/
+561
*
st/egl image: multiply drm buf-stride with blocksize
Benjamin Franzke
2010-11-01
1
-1
/
+2
*
targets/egl: Fix a warning with --disable-opengl build.
Chia-I Wu
2010-10-31
1
-2
/
+1
*
targets: Add missing quotes to Makefile.xorg.
Chia-I Wu
2010-10-29
1
-1
/
+1
*
Merge branch 'glapi-reorg'
Chia-I Wu
2010-10-29
1
-3
/
+2
|
\
|
*
glapi: Do not use glapidispatch.h.
Chia-I Wu
2010-10-27
1
-3
/
+2
*
|
gallivm: Remove the EMMS opcodes.
José Fonseca
2010-10-28
2
-15
/
+0
*
|
gallivm: always enable LLVMAddInstructionCombiningPass()
José Fonseca
2010-10-28
1
-7
/
+1
*
|
gallium: Avoid using __doc__ in python scripts.
José Fonseca
2010-10-28
3
-6
/
+6
*
|
Fix build on systems where "python" is python 3.
Kenneth Graunke
2010-10-27
2
-6
/
+6
*
|
r300g: add a default channel ordering of texture border for unhandled formats
Marek Olšák
2010-10-27
1
-9
/
+5
*
|
r600g: Silence uninitialized variable warnings.
Vinson Lee
2010-10-27
1
-4
/
+4
*
|
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-10-27
1
-0
/
+5
*
|
r600g: Destroy the blitter.
Tilman Sauerbeck
2010-10-27
1
-0
/
+2
*
|
r600g: In radeon_bo(), call LIST_INITHEAD early.
Tilman Sauerbeck
2010-10-27
1
-1
/
+1
|
/
*
r600g: add assembler support for all the kcache fields.
Dave Airlie
2010-10-26
3
-2
/
+17
*
r600g: fix magic 0x1 ->flat shade ena
Dave Airlie
2010-10-26
2
-2
/
+2
*
translate: remove unused prototypes
Brian Paul
2010-10-25
1
-9
/
+0
*
translate: use function typedefs, casts to silence warnings
Brian Paul
2010-10-25
2
-27
/
+35
*
rtasm: use pointer_to_func() to silence warning
Brian Paul
2010-10-25
1
-1
/
+1
*
util: use pointer_to_func() to silence warning
Brian Paul
2010-10-25
1
-1
/
+2
*
r300g: fix texture border for 16-bits-per-channel formats
Marek Olšák
2010-10-24
1
-4
/
+9
*
Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGS
Jon TURNEY
2010-10-24
1
-6
/
+8
*
r600g: drop more common state handling code
Dave Airlie
2010-10-24
4
-151
/
+80
*
r600g: Also clear bc data when we're destroying a shader.
Tilman Sauerbeck
2010-10-24
3
-1
/
+39
*
r600g: Added r600_pipe_shader_destroy().
Tilman Sauerbeck
2010-10-24
3
-2
/
+16
*
r600g: merge more of the common r600/evergreen state handling
Dave Airlie
2010-10-24
4
-172
/
+106
*
r600g: Fixed r600_vertex_element leak.
Tilman Sauerbeck
2010-10-24
4
-18
/
+10
*
softpipe: remove >32bpp color restriction
Brian Paul
2010-10-23
2
-8
/
+1
*
softpipe: added some texture sample debug code (disabled)
Brian Paul
2010-10-23
1
-7
/
+50
*
st/egl: Use resource reference count for egl_g3d_sync.
Chia-I Wu
2010-10-23
2
-5
/
+2
*
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
2010-10-23
1
-12
/
+32
*
st/egl: Fix native_mode refresh mode.
Chia-I Wu
2010-10-23
2
-3
/
+3
*
egl: Fix _eglModeLookup.
Chia-I Wu
2010-10-23
1
-11
/
+11
*
egl: Minor changes to the _EGLScreen interface.
Chia-I Wu
2010-10-23
1
-2
/
+2
*
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
2010-10-23
1
-1
/
+1
*
r600g: not fatal if we can't get tiling info from kernel
Dave Airlie
2010-10-23
1
-1
/
+1
*
r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTART
Marek Olšák
2010-10-22
1
-0
/
+2
*
r300g: do not print get_param errors in non-debug build
Marek Olšák
2010-10-22
1
-4
/
+4
*
galahad: silence warnings
Brian Paul
2010-10-22
2
-3
/
+3
*
egl: Parse image attributes with _eglParseImageAttribList.
Chia-I Wu
2010-10-22
1
-81
/
+37
*
egl: Move attributes in _EGLImage to _EGLImageAttribs.
Chia-I Wu
2010-10-22
1
-2
/
+2
*
winsys/xlib: rename xm->xlib
Brian Paul
2010-10-21
1
-147
/
+147
*
winsys/xlib: fix up allocation/dealloction of XImage
Brian Paul
2010-10-21
1
-1
/
+8
*
winsys/xlib: use Bool type for shm field
Brian Paul
2010-10-21
1
-5
/
+5
*
winsys/xlib: formatting fixes
Brian Paul
2010-10-21
1
-10
/
+9
*
Merge branch 'primitive-restart-cleanup'
Brian Paul
2010-10-21
6
-1
/
+105
|
\
|
*
llvmpipe: enable primitive restart
Brian Paul
2010-10-21
1
-0
/
+2
|
*
softpipe: enable primitive restart
Brian Paul
2010-10-21
1
-0
/
+2
|
*
draw: implement primitive splitting for primitive restart
Brian Paul
2010-10-21
1
-1
/
+85
[next]