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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r300g: initialize some r500 PS3 regs
Marek Olšák
2011-03-01
3
-5
/
+18
*
r300g: document some more DRM 2.8.0 features
Marek Olšák
2011-03-01
1
-1
/
+1
*
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
4
-8
/
+27
*
i965: Undo 'continuation of vb packets'
Chris Wilson
2011-03-01
1
-1
/
+1
*
i965: Fix uploading of shortened vertex packets
Chris Wilson
2011-03-01
1
-12
/
+13
*
i965: Upload all vertices used
Chris Wilson
2011-03-01
2
-31
/
+38
*
st/egl: Implement swapbuffer throttling
Thomas Hellstrom
2011-03-01
3
-4
/
+141
*
st/egl/drm: Rework swapbuffers
Thomas Hellstrom
2011-03-01
2
-7
/
+32
*
st/egl: Add a helper to perform a copy swap on a resource surface
Thomas Hellstrom
2011-03-01
2
-0
/
+45
*
st/egl: Move the copy context to the native display structure
Thomas Hellstrom
2011-03-01
9
-20
/
+39
*
Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."
Kenneth Graunke
2011-03-01
1
-1
/
+1
*
st/dri: one more missing array size
Dave Airlie
2011-03-01
1
-0
/
+1
*
st/dri: fix missing array size init.
Dave Airlie
2011-03-01
1
-0
/
+1
*
egl/st: add array size initialisor
Dave Airlie
2011-03-01
1
-0
/
+1
*
r600g: add NV_conditional_render support.
Dave Airlie
2011-03-01
7
-27
/
+117
*
r600g: start using drm minor version to enable things.
Dave Airlie
2011-03-01
10
-19
/
+87
*
r300g: fix RGTC2_SNORM
Marek Olšák
2011-03-01
2
-1
/
+4
*
r300g: reorder parts of translate_texformat
Marek Olšák
2011-03-01
1
-14
/
+14
*
r600g: truncate point sampled texture coordinates
Alex Deucher
2011-02-28
2
-1
/
+14
[next]