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
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
5
-0
/
+143
*
i965/fs: When doing no work for live interval calculation, do no allocation.
Eric Anholt
2012-05-14
1
-7
/
+7
*
i965/gen7: Set tile_x/y to 0 in the no-stencil case.
Eric Anholt
2012-05-14
1
-1
/
+1
*
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2012-05-14
2
-5
/
+6
*
intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635
Eric Anholt
2012-05-14
1
-2
/
+2
*
intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507
Eric Anholt
2012-05-14
1
-2
/
+0
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
4
-0
/
+201
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
3
-16
/
+16
*
nouveau/vieux: finish != flush, how about we do that..
Ben Skeggs
2012-05-12
3
-0
/
+23
*
i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
Paul Berry
2012-05-10
5
-5
/
+5
*
i965/hiz: Convert gen{6,7}_hiz.c to C++
Paul Berry
2012-05-10
3
-3
/
+3
*
i965/hiz: Make void pointer type casts explicit
Paul Berry
2012-05-10
1
-5
/
+7
*
intel: Work around differences between C and C++ scoping rules.
Paul Berry
2012-05-10
2
-25
/
+29
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
10
-1
/
+75
*
i965: fix wrong cube/3D texture layout
Yuanhan Liu
2012-05-09
1
-2
/
+3
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
3
-7
/
+5
*
i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2012-05-07
2
-0
/
+54
*
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
2012-05-07
8
-60
/
+319
*
intel: Disable ARB_framebuffer_object in ES contexts
Chad Versace
2012-05-07
1
-2
/
+0
*
intel: Remove pointless software fallback for glBitmap on Gen6.
Kenneth Graunke
2012-05-04
1
-4
/
+0
*
i965/fs: Fix regression in comparison handling from ANDs change.
Eric Anholt
2012-05-04
2
-0
/
+18
*
i965: Add a comment about the state flag for sRGBEnabled.
Eric Anholt
2012-05-04
2
-4
/
+10
*
intel: Return success when asked to allocate a 0-width/height renderbuffer.
Eric Anholt
2012-05-04
1
-0
/
+3
*
i965: Add support for GL_ARB_draw_buffers_blend.
Eric Anholt
2012-05-04
2
-6
/
+10
*
gbm: Add gbm_bo_write entry point
Kristian Høgsberg
2012-05-03
2
-2
/
+31
*
dri/nv10-nv20: Add support for S3TC
Viktor Novotný
2012-05-02
4
-0
/
+28
*
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
[next]