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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-03
251
-29290
/
+3769
|
\
|
*
glsl: Remove unused glcpp/Makefile.am.
Kenneth Graunke
2011-03-02
1
-44
/
+0
|
*
glsl: Remove 'tests' subfolder.
Kenneth Graunke
2011-03-02
70
-631
/
+0
|
*
r600g: correct mega_fetch_count in fetch shader
Christian König
2011-03-03
1
-1
/
+1
|
*
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2011-03-02
2
-6
/
+45
|
*
egl_dri2 x11: Workaround device_name xcb-dri2 bug
Benjamin Franzke
2011-03-02
1
-5
/
+13
|
*
egl/wayland: build subdirs (wayland-drm) before depend
Benjamin Franzke
2011-03-02
1
-1
/
+1
|
*
r300g: require DRM 2.3.0 (kernel 2.6.34)
Marek Olšák
2011-03-02
11
-109
/
+66
|
*
r300g: do not use ioctl thread offloading on single-core machines
Marek Olšák
2011-03-02
3
-1
/
+4
|
*
mesa: added gl_program_constants::MaxAddressOffset
Brian Paul
2011-03-02
4
-2
/
+7
|
*
mesa: increase INST_INDEX_BITS to 12
Brian Paul
2011-03-02
1
-1
/
+1
|
*
Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"
Brian Paul
2011-03-02
1
-1
/
+1
|
*
vbo: fix error parameter
Brian Paul
2011-03-02
1
-1
/
+1
|
*
r300g: Silence 'control reaches end of non-void function' warning.
Vinson Lee
2011-03-02
1
-0
/
+4
|
*
gallium: Add u_format_rgtc.c to SConscript.
Vinson Lee
2011-03-01
1
-0
/
+1
|
*
i965: Maxinum the usage of urb space on SNB.
Zou Nan hai
2011-03-02
1
-10
/
+6
|
*
mesa/st: fix softpipe npot compressed mipmaps.
Dave Airlie
2011-03-02
1
-2
/
+2
|
*
softpipe: enable RGTC now that we have u_format support.
Dave Airlie
2011-03-02
1
-5
/
+0
|
*
mesa/st: fix generate mipmap for signed compressed formats.
Dave Airlie
2011-03-02
1
-32
/
+63
|
*
gallium: add RGTC UNORM support to u_format.
Dave Airlie
2011-03-02
6
-2
/
+575
|
*
rgtc: remove GL types from this file.
Dave Airlie
2011-03-02
1
-10
/
+10
|
*
rgtc: move the texel fetch into common unsigned/signed code.
Dave Airlie
2011-03-02
2
-65
/
+41
|
*
rgtc: fix issues with compressor and signed types.
Dave Airlie
2011-03-02
2
-10
/
+23
|
*
rgtc: don't try to access off the end of the block.
Dave Airlie
2011-03-02
1
-2
/
+2
|
*
rgtc: move to using ubyte for fetch instead of chan + fix limit
Dave Airlie
2011-03-02
1
-13
/
+13
|
*
st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible
Marek Olšák
2011-03-02
1
-2
/
+8
|
*
svga: reduce MAX_DMA_SIZE to 4MB
Brian Paul
2011-03-01
1
-1
/
+1
|
*
vbo: add vbo_always_unmap_buffers()
Brian Paul
2011-03-01
3
-1
/
+22
|
*
vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index
Brian Paul
2011-03-01
3
-26
/
+26
|
*
i915g: remove extra semicolon
Brian Paul
2011-03-01
1
-1
/
+1
|
*
mesa: Revert most of 3158cc7d because it causes other breakage
Ian Romanick
2011-03-01
1
-9
/
+4
|
*
r300g: accelerate resoure_copy_region for rgtc
Marek Olšák
2011-03-02
1
-1
/
+2
|
*
scons: Use Flex and Bison to generate lexer/parser files.
Kenneth Graunke
2011-03-01
2
-6
/
+21
|
*
glsl: Rename .lpp to .ll and .ypp to .yy.
Kenneth Graunke
2011-03-01
3
-2
/
+2
|
*
rgtc: fix fetch function limits for signed types
Dave Airlie
2011-03-02
1
-2
/
+2
|
*
rgtc: fixup mipmap generation
Dave Airlie
2011-03-02
1
-2
/
+7
|
*
swrast/rgtc: fix rendering issues introduced when fix constants
Dave Airlie
2011-03-02
1
-1
/
+1
|
*
r600g: change the cross over point for 2d->1d
Dave Airlie
2011-03-02
1
-1
/
+1
|
*
mesa: Fix build breakage caused by c73e6ce
Ian Romanick
2011-03-01
3
-11
/
+16
|
*
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
2011-03-01
21
-23
/
+622
|
*
Add generated parser / lexer files to gitignore lists
Ian Romanick
2011-03-01
3
-0
/
+9
|
*
mesa: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
3
-9620
/
+0
|
*
glcpp: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
3
-7003
/
+0
|
*
glsl: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
3
-9482
/
+0
|
*
i915g: kill relocs accouting
Daniel Vetter
2011-03-01
10
-36
/
+20
|
*
i915g: switch to the exact batch space reservation code
Daniel Vetter
2011-03-01
1
-18
/
+5
|
*
i915g: split up hw state emission into small atoms
Daniel Vetter
2011-03-01
2
-275
/
+309
|
*
st/mesa: probably handle instanced drawing
Christian König
2011-03-01
1
-12
/
+23
|
*
i915g: fix i915_winsys_batchbuffer_write
Daniel Vetter
2011-03-01
1
-1
/
+1
|
*
intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
Kenneth Graunke
2011-03-01
1
-2
/
+11
[next]