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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dri/nouveau: Add general support for compressed formats.
Viktor Novotný
2012-05-02
4
-33
/
+138
*
xlib: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-5
/
+6
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
16
-32
/
+48
*
nouveau: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
3
-3
/
+7
*
radeon: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
4
-10
/
+14
*
i965: Support Android RGBX8888 format for EGL generated images
Sean V Kelley
2012-04-30
2
-0
/
+12
*
intel: set dri_format field for all images
Ander Conselvan de Oliveira
2012-04-30
1
-0
/
+18
*
intel: properly return the image format on intel_query_image
Ander Conselvan de Oliveira
2012-04-30
1
-1
/
+2
*
autoconf: pass -Wall to automake
Dylan Noblesmith
2012-04-29
2
-6
/
+6
*
i965/fs: Fix FB writes that tried to use the non-existent m16 register.
Kenneth Graunke
2012-04-27
1
-1
/
+4
*
i965/vs: Fix texelFetchOffset()
Eric Anholt
2012-04-24
1
-3
/
+23
*
i965/fs: Fix texelFetchOffset()
Eric Anholt
2012-04-24
1
-6
/
+21
*
i965: Convert live interval computation to using live variable analysis.
Eric Anholt
2012-04-19
1
-39
/
+26
*
i965: Move the old live interval analysis code next to the new live vars code.
Eric Anholt
2012-04-19
2
-122
/
+122
*
i965: Add support for live variable analysis using dataflow analysis.
Eric Anholt
2012-04-19
3
-0
/
+245
*
i965: Add basic block generator.
Eric Anholt
2012-04-19
5
-0
/
+392
*
i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.
Eric Anholt
2012-04-19
1
-0
/
+2
*
i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.
Kenneth Graunke
2012-04-18
2
-4
/
+4
*
i965: Fix outdated comments about binding tables.
Kenneth Graunke
2012-04-18
1
-12
/
+8
*
nouveau: rework and simplify nv04/nv05 driver a bit
Ben Skeggs
2012-04-14
8
-300
/
+215
*
nouveau/vieux: switch to libdrm_nouveau-2.0
Ben Skeggs
2012-04-14
46
-1890
/
+1844
*
i965: fix typo
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.
Eric Anholt
2012-04-11
1
-3
/
+7
*
intel: Drop backwards compat code for not having libdrm with the LLC check.
Eric Anholt
2012-04-11
1
-4
/
+0
*
i965/fs: Avoid generating extra AND instructions on bool logic ops.
Eric Anholt
2012-04-11
1
-22
/
+14
*
i965/fs: Try to avoid generating extra MOVs to do saturates.
Eric Anholt
2012-04-11
3
-12
/
+54
*
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
2012-04-10
5
-45
/
+66
*
i965: Add support for sampling texture buffer objects on gen7+.
Eric Anholt
2012-04-09
4
-1
/
+71
*
i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.
Eric Anholt
2012-04-09
1
-5
/
+1
*
i965/gen7: Fix the /* ignored */ comment on constant surface setup.
Eric Anholt
2012-04-09
1
-1
/
+1
*
i965: Remove vestiges of function call support from the old VS backend.
Kenneth Graunke
2012-04-09
4
-188
/
+0
*
i915: set SPRITE_POINT_ENABLE bit correctly
Yuanhan Liu
2012-04-09
4
-12
/
+48
*
i965: Actually upload sampler state pointers for the VS unit on Gen6.
Kenneth Graunke
2012-04-05
1
-1
/
+1
*
glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
i965/aub: Dump a final bitmap from DestroyContext.
Kenneth Graunke
2012-04-02
3
-29
/
+41
*
intel: add PCI IDs for Ivy Bridge GT2 server variant
Eugeni Dodonov
2012-04-01
2
-1
/
+4
*
intel: Add some PCI IDs for Haswell.
Kenneth Graunke
2012-03-30
2
-2
/
+20
*
i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE.
Kenneth Graunke
2012-03-30
3
-1
/
+37
*
i965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
Kenneth Graunke
2012-03-30
2
-0
/
+5
*
i965: Set "Stencil Buffer Enable" bit on Haswell.
Kenneth Graunke
2012-03-30
2
-1
/
+5
*
i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.
Kenneth Graunke
2012-03-30
2
-0
/
+5
*
i965: Update max VS/PS threads shift offsets for Haswell.
Kenneth Graunke
2012-03-30
4
-4
/
+10
*
i965: Disable HiZ on Haswell for now.
Kenneth Graunke
2012-03-30
1
-1
/
+1
*
i965: Add initial IS_HASWELL() macros.
Kenneth Graunke
2012-03-30
3
-5
/
+14
*
i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7.
Kenneth Graunke
2012-03-30
1
-0
/
+3
*
intel: fix un-blanced map_refcount issue
Yuanhan Liu
2012-03-28
1
-4
/
+4
*
intel: fix TFP at 16-bpp
Dave Airlie
2012-03-25
1
-6
/
+11
*
intel: fix null dereference processing HiZ buffer
Dylan Noblesmith
2012-03-22
1
-0
/
+6
*
intel: Make use of the new GPU-unsynchronized map functionality in libdrm.
Eric Anholt
2012-03-21
1
-1
/
+3
*
intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.
Eric Anholt
2012-03-21
2
-15
/
+2
[prev]
[next]