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: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
13
-11
/
+438
*
mesa: set reasonable defaults in update_wrapper
Marek Olšák
2011-04-29
1
-2
/
+5
*
i915g: Enable S3TC texture support
Christopher Egert
2011-04-29
2
-6
/
+11
*
prog_print: Add support for printing the TXD opcode.
Kenneth Graunke
2011-04-28
1
-0
/
+7
*
llvmpipe: move active_query assignment
Brian Paul
2011-04-28
1
-2
/
+2
*
llvmpipe: move active_query assignment in lp_setup_begin_query()
Brian Paul
2011-04-28
1
-2
/
+2
*
sgi: Fix MSVC build.
José Fonseca
2011-04-27
2
-1
/
+5
*
st/mesa: raise shader MaxParameters if driver supports more
Brian Paul
2011-04-27
1
-0
/
+2
*
mesa: emit more info in program parser error message
Brian Paul
2011-04-27
1
-1
/
+5
*
svga: emit user-defined clip plane state
Brian Paul
2011-04-27
3
-11
/
+26
*
docs: Note that ES2_compatibility is already done.
Eric Anholt
2011-04-27
1
-1
/
+1
*
Revert "intel: use throttle ioctl for throttling"
Eric Anholt
2011-04-27
3
-3
/
+13
*
st/mesa: choose 3-component float formats before 4-component formats
Brian Paul
2011-04-27
1
-2
/
+21
*
st/mesa: whitespace fixes
Brian Paul
2011-04-27
1
-3
/
+3
*
util: make macros MIN3, MAX3, MIN4, MAX4 little more efficient
Marek Olšák
2011-04-27
1
-4
/
+4
*
mesa: add macros MIN3 and MAX3
Marek Olšák
2011-04-27
1
-0
/
+4
*
gallium/nouveau: fix printf warnings
Marek Olšák
2011-04-27
2
-2
/
+2
*
gallivm: fix warning: ‘value’ may be used uninitialized in this function
Marek Olšák
2011-04-27
1
-1
/
+1
*
st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...
Marek Olšák
2011-04-27
1
-1
/
+1
*
svga: fix warning: ‘uc.ui’ may be used uninitialized in this function
Marek Olšák
2011-04-27
1
-1
/
+1
*
os: simplify ifdef
nobled
2011-04-27
1
-1
/
+1
*
docs: fix typo, wrap lines in 7.11 release notes
Brian Paul
2011-04-26
1
-2
/
+3
*
docs: add GL_ARB_robustness to 7.11 release notes
Brian Paul
2011-04-26
1
-0
/
+1
*
Squashed commit of the following:
Brian Paul
2011-04-26
42
-9977
/
+12139
*
i965/fs: Add support for compute-to-mrf in 16-wide mode.
Eric Anholt
2011-04-26
1
-11
/
+52
*
i965/fs: Typo fix a comment.
Eric Anholt
2011-04-26
1
-1
/
+1
*
i965/fs: Enable constant propagation in 16-wide.
Eric Anholt
2011-04-26
1
-5
/
+3
*
i965/fs: Fix and enable the instruction scheduler for 16-wide.
Eric Anholt
2011-04-26
1
-8
/
+42
*
i965/fs: Add support for 16-wide dispatch with uniforms in use.
Eric Anholt
2011-04-26
2
-8
/
+53
*
hash_table: Add an iterator for doing things like cleanup of the HT.
Eric Anholt
2011-04-26
2
-0
/
+26
*
i965/fs: Add a little whitespace between shader dumping debug.
Eric Anholt
2011-04-26
1
-1
/
+5
*
i965/fs: Add support for compr4 MRF writes.
Eric Anholt
2011-04-26
1
-14
/
+18
*
i965/fs: Add support for 16-wide dispatch on gen5.
Eric Anholt
2011-04-26
3
-12
/
+93
*
i965/fs: Add initial support for 16-wide dispatch on gen6.
Eric Anholt
2011-04-26
6
-81
/
+210
*
i965/fs: Add support for discard instructions in 16-wide mode.
Eric Anholt
2011-04-26
1
-0
/
+3
*
i965/fs: Add support for math instructions in 16-wide mode.
Eric Anholt
2011-04-26
3
-14
/
+45
*
i965/fs: Fix interference calculation of pixel_[xy] in 16-wide.
Eric Anholt
2011-04-26
1
-0
/
+23
*
i965/fs: Disable some optimization passes under 16-wide for now.
Eric Anholt
2011-04-26
2
-0
/
+15
*
i965/fs: Add support for 16-wide texturing on gen5+.
Eric Anholt
2011-04-26
1
-21
/
+29
*
i965/fs: Add support for computing pixel_[xy] in 16-wide.
Eric Anholt
2011-04-26
2
-10
/
+46
*
i965/fs: Add support for 16-wide dispatch to the register allocator.
Eric Anholt
2011-04-26
1
-19
/
+37
*
i965: Move the destination reg setup for 8/16 wide to the emit code.
Eric Anholt
2011-04-26
4
-10
/
+6
*
intel: Use tiling for dri2AllocateBuffer implementation
Kristian Høgsberg
2011-04-26
1
-1
/
+10
*
intel: Set gen in intelInitScreen, just copy value in intelInitContext
Kristian Høgsberg
2011-04-26
3
-5
/
+14
*
intel: Use X tiling for DRM EGL Images
Kristian Høgsberg
2011-04-26
1
-1
/
+1
*
mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhere
Ian Romanick
2011-04-25
3
-3
/
+1
*
egl: Use the right extension name in #ifdef
Kristian Høgsberg
2011-04-25
1
-1
/
+1
*
wayland: Fix prototypes for EGL_WL_bind_wayland_display extension
Kristian Høgsberg
2011-04-25
1
-3
/
+2
*
main: remove duplicated includes
Nicolas Kaiser
2011-04-25
2
-2
/
+0
*
winsys/wayland: Fix typo in Makefile
Benjamin Franzke
2011-04-25
1
-1
/
+1
[next]