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
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: Fix bugs in nouveau_video_buffer
Maarten Lankhorst
2011-12-23
2
-4
/
+3
*
softpipe: try and use back color for a slot if color fails.
Dave Airlie
2011-12-22
1
-0
/
+5
*
i915g: Add unsupported caps.
Stéphane Marchesin
2011-12-19
1
-0
/
+4
*
i915g: Turn an assert into a debug message, print more debug info for missing...
Stéphane Marchesin
2011-12-19
2
-4
/
+9
*
i915g: Make the pipe_sampler_state struct non const and get rid of useless me...
Stéphane Marchesin
2011-12-19
2
-2
/
+2
*
i915g: Implement KILP.
Stéphane Marchesin
2011-12-19
1
-3
/
+12
*
i915g: Add two unsupported caps.
Stéphane Marchesin
2011-12-19
1
-0
/
+2
*
i915g: Put the templates at the beggining of the structures.
Stéphane Marchesin
2011-12-19
2
-5
/
+5
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
1
-5
/
+12
*
softpipe: fix depth sampling for linear vs nearest.
Dave Airlie
2011-12-19
1
-7
/
+16
*
nvc0: add NVC0_RESOURCE_FLAG_VIDEO
Christoph Bumiller
2011-12-18
2
-0
/
+30
*
r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
Marek Olšák
2011-12-17
1
-2
/
+1
*
r600g: handle new caps
Marek Olšák
2011-12-17
1
-0
/
+2
*
r300g: handle new caps
Marek Olšák
2011-12-17
1
-0
/
+4
*
r600g: implement transform feedback
Marek Olšák
2011-12-17
18
-13
/
+873
*
llvmpipe: adapt to struct stream_output_info modifications
Christoph Bumiller
2011-12-15
1
-9
/
+2
*
nvc0: implement new stream output interface
Christoph Bumiller
2011-12-15
15
-189
/
+372
*
trace: implement stream output interface
Christoph Bumiller
2011-12-15
1
-0
/
+73
*
noop: implement stream output
Marek Olšák
2011-12-15
1
-0
/
+35
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
11
-22
/
+40
*
gallium: disable stream output in drivers that support it
Marek Olšák
2011-12-15
5
-2
/
+23
*
r300g: take advantage of KEEP_TILING_FLAGS flush flag
Marek Olšák
2011-12-13
2
-2
/
+10
*
nouveau: get rid of winsys object
Marcin Slusarz
2011-12-13
14
-27
/
+15
*
i915g: Roll back to the previous shader limits.
Stéphane Marchesin
2011-12-13
3
-6
/
+2
*
i915g: Update TODO.
Stéphane Marchesin
2011-12-13
1
-0
/
+2
*
mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)
Marek Olšák
2011-12-13
1
-0
/
+2
*
r300g: integer and fixed-point 16.16 textures are not supported
Marek Olšák
2011-12-12
1
-0
/
+11
*
i915g: fix debug dump on 64 bit systems
Michael Karcher
2011-12-11
1
-1
/
+1
*
i915g: Fix wrong indices for LINE_LOOP case
Fatih Aşıcı
2011-12-11
1
-2
/
+2
*
llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.
José Fonseca
2011-12-08
4
-11
/
+33
*
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
2011-12-08
2
-3
/
+11
*
nouveau/nvfx: Add more unsupported PIPE_CAP values
Patrice Mandin
2011-12-06
1
-1
/
+5
*
r600g: check shaders presence in r600_draw_vbo
Vadim Girlin
2011-12-06
1
-0
/
+3
*
r600g: fix error path and use util_slab_free
Jerome Glisse
2011-12-05
1
-1
/
+1
*
nv50/nvc0: fix crash when channel allocation fails
Marcin Slusarz
2011-12-02
2
-2
/
+4
*
i915g: Implement GL_STREAM_* for textures by using untiled textures.
Stéphane Marchesin
2011-12-01
1
-1
/
+1
*
i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.
Stéphane Marchesin
2011-12-01
1
-0
/
+2
*
gallium/failover: Remove the deprecated module.
Kai Wasserbäch
2011-11-30
7
-1169
/
+0
*
gallium/cell: Remove the driver.
Kai Wasserbäch
2011-11-29
73
-19259
/
+0
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
1
-9
/
+8
*
i965g: Delete this driver.
Kai Wasserbäch
2011-11-29
96
-35580
/
+0
*
r600g: add framebuffer support for 2/10/10/10 integer
Dave Airlie
2011-11-27
2
-0
/
+4
*
r600g: add int support for 2/10/10/10 format.
Dave Airlie
2011-11-27
1
-0
/
+3
*
android: pass -std=c99 by default
Chia-I Wu
2011-11-26
4
-7
/
+0
*
softpipe: s/int/unsigned/ to be consistent in alpha test code
Brian Paul
2011-11-23
1
-2
/
+2
*
softpipe: remove pointless break stmt
Brian Paul
2011-11-23
1
-1
/
+0
*
i915g: don't set alpha to 1 for RGBX and BGRX
Vasily Khoruzhick
2011-11-23
1
-2
/
+1
*
r600g: handle all remaining CAPs
Marek Olšák
2011-11-22
1
-0
/
+6
*
r600g: remove default case statements in get_param
Marek Olšák
2011-11-22
1
-9
/
+3
*
r300g: re-order shaders CAPs
Marek Olšák
2011-11-22
1
-7
/
+6
[next]