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
...
*
softpipe: use any_swizzle() helper in sp_tex_sample.c
Brian Paul
2012-05-01
1
-8
/
+15
*
softpipe: whitespace, comment clean-ups in sp_tex_sample.c
Brian Paul
2012-05-01
1
-26
/
+32
*
softpipe: implement coord clamping for texel fetches (TXF)
Brian Paul
2012-05-01
1
-14
/
+31
*
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
*
radeon/llvm: Add subtarget feature: DumpCode
Tom Stellard
2012-05-01
5
-6
/
+9
*
glsl: Initialize member variable in ir_copy_propagation_elements_visitor.
Vinson Lee
2012-04-30
1
-0
/
+1
*
r600g/llvm: Remove unnecessary dynamic casts
Dragomir Ivanov
2012-04-30
1
-5
/
+5
*
r600g/llvm: Add pattern for llvm.AMDGPU.kill v2
Dragomir Ivanov
2012-04-30
2
-1
/
+6
*
r600g/llvm: Fix handling of MASK_WRITE instructions
Tom Stellard
2012-04-30
2
-1
/
+3
*
radeon/llvm: Use a custom emit function for TGSI_OPCODE_KIL
Tom Stellard
2012-04-30
1
-1
/
+16
*
i965: Support Android RGBX8888 format for EGL generated images
Sean V Kelley
2012-04-30
2
-0
/
+12
*
egl/android: Add support for RGBX_8888 used in Android native buffers
Sean V Kelley
2012-04-30
2
-0
/
+3
*
egl-fbdev: Fix compile-error by including errno.h
David Herrmann
2012-04-30
1
-0
/
+1
*
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
*
gbm: add gbm_bo_get_device() function
Ander Conselvan de Oliveira
2012-04-30
2
-0
/
+14
*
gbm: update documentation to reflect current behavior
Ander Conselvan de Oliveira
2012-04-30
1
-8
/
+10
*
gbm: add gbm_bo_get/set_user_data()
Ander Conselvan de Oliveira
2012-04-30
3
-0
/
+41
*
gbm: remove unused fields from gbm_dri_surface
Ander Conselvan de Oliveira
2012-04-30
1
-3
/
+0
*
svga: add cases for recently added PIPE_CAP queries
Brian Paul
2012-04-30
1
-0
/
+3
*
mesa: reject immutable textures in glEGLImageTargetTexture2DOES()
Dylan Noblesmith
2012-04-30
1
-0
/
+7
*
scons: Fix build without llvm.
José Fonseca
2012-04-30
1
-2
/
+8
*
scons: Parse = operator in source lists too.
José Fonseca
2012-04-29
1
-5
/
+6
*
nv50,nvc0: fix depth/stencil resolve
Christoph Bumiller
2012-04-29
5
-56
/
+206
*
nvc0/ir/opt: INTERP does not support JOIN
Christoph Bumiller
2012-04-29
1
-0
/
+2
*
nv50/ir/opt: try to convert ABS(SUB) to SAD
Christoph Bumiller
2012-04-29
7
-16
/
+179
*
nvc0/ir: try to use the optimal texture op mode
Christoph Bumiller
2012-04-29
1
-3
/
+15
*
nvc0/ir: initial implementation of nve4 scheduling hints
Christoph Bumiller
2012-04-29
8
-15
/
+738
*
nvc0/ir: implement better placement of texture barriers
Christoph Bumiller
2012-04-29
8
-13
/
+327
*
nv50/ir/tgsi: fix handling of early RET
Christoph Bumiller
2012-04-29
1
-4
/
+5
*
nvc0/ir/emit: fix emitTXQ 2nd src
Christoph Bumiller
2012-04-29
1
-1
/
+3
*
nvc0/ir/target: integer ADD doesn't support ABS modifier
Christoph Bumiller
2012-04-29
1
-0
/
+2
*
u_vbuf: unbind vertex buffers on destroy
Marek Olšák
2012-04-29
1
-0
/
+2
*
u_blitter: fix resource leak
Marek Olšák
2012-04-29
1
-0
/
+1
*
radeonsi: make r600_buffer_transfer_unmap a no-op
Marek Olšák
2012-04-29
1
-7
/
+1
*
r600g: make r600_buffer_transfer_unmap a no-op
Marek Olšák
2012-04-29
1
-7
/
+1
*
r300g: make r300_buffer_transfer_unmap a no-op
Marek Olšák
2012-04-29
1
-7
/
+1
*
r300g: use u_default_transfer_inline_write
Marek Olšák
2012-04-29
3
-31
/
+3
*
radeonsi: use u_default_transfer_inline_write
Marek Olšák
2012-04-29
3
-26
/
+3
*
winsys/radeon: simplify buffer map/unmap functions
Marek Olšák
2012-04-29
21
-118
/
+94
*
mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
Dylan Noblesmith
2012-04-29
1
-0
/
+1
*
autoconf: pass -Wall to automake
Dylan Noblesmith
2012-04-29
5
-10
/
+10
*
glsl: Remove unused member predicate from ir_dead_functions_visitor.
Vinson Lee
2012-04-28
1
-2
/
+0
*
i965/fs: Fix FB writes that tried to use the non-existent m16 register.
Kenneth Graunke
2012-04-27
1
-1
/
+4
*
glsl: Remove unused member mem_ctx from ir_dead_functions_visitor.
Vinson Lee
2012-04-26
1
-1
/
+0
*
nv30: properly init window information
Ben Skeggs
2012-04-27
2
-3
/
+4
*
radeonsi/llvm: Silence a warning
Tom Stellard
2012-04-25
1
-0
/
+1
[prev]
[next]