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
*
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
*
st/egl: Add wayland shm softpipe support
Benjamin Franzke
2011-04-25
4
-3
/
+192
*
st/egl: Generalize wayland backend a bit
Benjamin Franzke
2011-04-25
3
-253
/
+361
*
winsys: Add wayland shm sw winsys
Benjamin Franzke
2011-04-25
5
-0
/
+344
*
r600g: Unify comment style somewhat.
Henri Verbeet
2011-04-25
7
-48
/
+53
*
r600g: Cleanup the big endian support a bit.
Henri Verbeet
2011-04-25
11
-162
/
+166
*
r600g: Use EG constants in EG r600_colorformat_endian_swap().
Henri Verbeet
2011-04-25
1
-21
/
+21
*
configure.ac: require LLVM for r300g on x86 and x86_64
Marek Olšák
2011-04-25
1
-1
/
+8
*
configure.ac: enable LLVM by default on x86 and x86_64
Marek Olšák
2011-04-25
1
-1
/
+6
*
mesa: add stricter checks for float formats in the texstore memcpy path
Marek Olšák
2011-04-25
1
-0
/
+2
*
mesa: implement generate-mipmap fallback for RGB10_A2
Marek Olšák
2011-04-25
1
-0
/
+80
*
r600g: Remove r600_helper.c from SConscript.
Vinson Lee
2011-04-24
1
-1
/
+0
*
docs: update GL3 status
Marek Olšák
2011-04-25
1
-4
/
+4
*
r600g: remove some pointless and unused functions
Marek Olšák
2011-04-25
3
-21
/
+3
*
r600g: do not reset device to 0 when doing unrelated operations
Marek Olšák
2011-04-25
1
-2
/
+0
*
r600g: trivially implement LATC/3DC
Marek Olšák
2011-04-25
1
-0
/
+4
*
r600g: drop r600_helper.c no point in it
Dave Airlie
2011-04-25
4
-73
/
+39
*
r600g: enable EXT_draw_buffers2
Dave Airlie
2011-04-25
1
-5
/
+1
*
st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72
Dave Airlie
2011-04-25
1
-2
/
+2
*
r600g: fix glean clipflat test.
Dave Airlie
2011-04-24
2
-3
/
+8
*
r300g: reorder caps
Marek Olšák
2011-04-24
1
-13
/
+11
*
r300g: fix exposing caps on r300-r400
Marek Olšák
2011-04-24
1
-2
/
+2
*
glsl: Fix typos in comments.
Bryan Cain
2011-04-23
1
-6
/
+6
*
r600g: fix glsl-fs-abs-neg
Dave Airlie
2011-04-24
1
-0
/
+2
*
r600g: fix bank swizzle calcs for scalar only operations.
Dave Airlie
2011-04-24
1
-15
/
+25
*
r600g: PV/PS have cycle restrictions in scalar operations
Dave Airlie
2011-04-24
1
-2
/
+6
*
mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.
Eric Anholt
2011-04-23
1
-0
/
+8
*
mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.
Eric Anholt
2011-04-23
1
-3
/
+8
*
i965: Don't double-emit fragment.color writes for MRT with ARB_fp.
Eric Anholt
2011-04-23
2
-35
/
+19
*
i965: Fill in the remaining fields of gen5+ sampler default color.
Eric Anholt
2011-04-23
1
-4
/
+14
*
i965: Fix batch decode for the gen5+ sampler default color.
Eric Anholt
2011-04-23
1
-6
/
+24
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
13
-80
/
+99
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
7
-1
/
+19
*
swrast: Disable glAccum drawing during conditional rendering.
Eric Anholt
2011-04-23
1
-0
/
+4
*
meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.
Eric Anholt
2011-04-23
1
-1
/
+24
*
i965: Add support for ARB_texture_compression_rgtc.
Eric Anholt
2011-04-23
4
-2
/
+13
[next]