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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/draw: fix two side handling
Dave Airlie
2011-12-19
1
-18
/
+9
*
osmesa: fix RGB565 rendering
Alex Galakhov
2011-12-19
1
-0
/
+4
*
vdpau: Add background surface support
Maarten Lankhorst
2011-12-19
1
-1
/
+10
*
vdpau: Add support for mixer attributes
Maarten Lankhorst
2011-12-19
3
-15
/
+147
*
vdpau: Add support for parameters
Maarten Lankhorst
2011-12-19
3
-6
/
+126
*
softpipe: fix depth sampling for linear vs nearest.
Dave Airlie
2011-12-19
1
-7
/
+16
*
softpipe: fix texture sampling from 1D texture array
Dave Airlie
2011-12-19
1
-0
/
+13
*
mesa: make _mesa_set_tex_image() static since it's not called anywhere else
Brian Paul
2011-12-18
2
-13
/
+7
*
nvc0: add NVC0_RESOURCE_FLAG_VIDEO
Christoph Bumiller
2011-12-18
2
-0
/
+30
*
glsl_to_tgsi: make sure copied instructions don't lose texture target. (v2)
Dave Airlie
2011-12-18
1
-2
/
+6
*
i965/vs: Add a new dst_reg constructor for file, number, type, and mask.
Kenneth Graunke
2011-12-18
1
-0
/
+10
*
i965/vs: Add vec4_instruction::is_tex() query.
Kenneth Graunke
2011-12-18
2
-0
/
+11
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
5
-46
/
+48
*
i965/fs: Don't swizzle the results of textureSize().
Kenneth Graunke
2011-12-18
1
-0
/
+3
*
program: fix previous commit
nobled
2011-12-18
1
-1
/
+1
*
program: fix out of bounds array accesses and other bad things
nobled
2011-12-18
1
-15
/
+59
*
gen_matypes: eliminate printf warnings
nobled
2011-12-18
1
-1
/
+6
*
r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
Marek Olšák
2011-12-17
1
-2
/
+1
*
mesa/x86: fix printf warning
Marek Olšák
2011-12-17
1
-1
/
+1
*
drisw: remove unused variable
Marek Olšák
2011-12-17
1
-1
/
+2
*
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
*
st/mesa: expose conservative_depth if GLSL 1.3 is supported
Marek Olšák
2011-12-17
1
-0
/
+6
*
gallivm: Fix build with llvm-3.1svn.
Vinson Lee
2011-12-16
2
-1
/
+15
*
mesa: Fix memory leak on error path.
Vinson Lee
2011-12-16
1
-0
/
+1
*
st/mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-12-16
1
-0
/
+1
*
meta: use _mesa_prepare_mipmap_level() in the mipmap generation code
Brian Paul
2011-12-16
1
-35
/
+12
*
mesa: new _mesa_prepare_mipmap_level() function for mipmap generation
Brian Paul
2011-12-16
2
-33
/
+101
*
mesa: make update_fbo_texture() non-static
Brian Paul
2011-12-16
2
-5
/
+10
*
mesa: whitespace and comment fixes in fbobject.c
Brian Paul
2011-12-16
1
-9
/
+11
*
mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2
Brian Paul
2011-12-16
1
-0
/
+2
*
vbo: add comment for map_vp_non[] array
Brian Paul
2011-12-16
1
-0
/
+1
*
mesa: add a few comments for the z unpacking functions
Brian Paul
2011-12-16
1
-0
/
+8
*
Enabling display list support for glClearBuffer functions with minor fixes
Anuj Phogat
2011-12-15
1
-11
/
+11
*
gallium: fix a crash in drivers that don't support stream output
Fredrik Höglund
2011-12-15
1
-1
/
+2
*
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
*
d3d1x: implement new stream output interface
Christoph Bumiller
2011-12-15
7
-50
/
+213
*
st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2
Marek Olšák
2011-12-15
16
-37
/
+326
*
u_blitter: implement copy_buffer using stream output
Marek Olšák
2011-12-15
2
-2
/
+96
*
u_blitter: restore stream output targets
Marek Olšák
2011-12-15
2
-0
/
+36
*
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: utility helper functions for stream output
Marek Olšák
2011-12-15
7
-7
/
+66
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
24
-89
/
+210
*
gallium: disable stream output in drivers that support it
Marek Olšák
2011-12-15
5
-2
/
+23
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
26
-98
/
+205
*
st/xa: Disable composite solid fill with mask
Thomas Hellstrom
2011-12-15
1
-1
/
+19
*
st/xa: Fix format conversion copy alpha channel
Thomas Hellstrom
2011-12-15
3
-3
/
+13
[next]