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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/mesa: use new RGBX formats
Marek Olšák
2013-02-07
1
-17
/
+111
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
6
-47
/
+959
*
gallium: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
3
-0
/
+36
*
i965/blorp: Support blits between ARGB and XRGB formats.
Kenneth Graunke
2013-02-06
1
-14
/
+12
*
i965/blorp: Support overriding destination alpha to 1.0.
Kenneth Graunke
2013-02-06
1
-0
/
+19
*
i965: Implement CopyTexSubImage2D via BLORP (and use it by default).
Kenneth Graunke
2013-02-06
5
-8
/
+154
*
mesa: Put extern "C" guards in renderbuffer.h.
Kenneth Graunke
2013-02-06
1
-1
/
+7
*
llvmpipe: remove extraneous const qualifier
Brian Paul
2013-02-06
2
-2
/
+2
*
gallium/util: remove duplicated function util_format_is_rgb_no_alpha
Marek Olšák
2013-02-06
3
-33
/
+6
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
6
-22
/
+21
*
st/mesa: adjust texture format selection to try the closest base format first
Marek Olšák
2013-02-06
1
-18
/
+13
*
st/mesa: put RGBX8 and RGBA8 in the default format lists
Marek Olšák
2013-02-06
1
-0
/
+2
*
st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables
Marek Olšák
2013-02-06
1
-2
/
+0
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
12
-37
/
+37
*
r600g: report correct control flow depth
Marek Olšák
2013-02-06
1
-2
/
+1
*
glsl: fix incorrect comment about do_common_optimization
Marek Olšák
2013-02-06
1
-2
/
+2
*
st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supported
Marek Olšák
2013-02-06
3
-3
/
+6
*
st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30
Marek Olšák
2013-02-06
2
-0
/
+16
*
st/mesa: do most of GLSL lowering outside of the optimization do-while loop
Marek Olšák
2013-02-06
1
-36
/
+29
*
st/mesa: remove dead code depending on EmitCondCodes
Marek Olšák
2013-02-06
1
-22
/
+2
*
r300g: try to use color varyings for texcoords if max texcoord limit is exceeded
Marek Olšák
2013-02-06
6
-5
/
+71
*
r300/compiler: copy-propagate saturate mode when possible
Marek Olšák
2013-02-06
1
-2
/
+19
*
r300/compiler: add support for saturate output modifier in r500 vertex shaders
Marek Olšák
2013-02-06
2
-10
/
+19
*
r300g: fix blending with RGBX formats
Marek Olšák
2013-02-06
3
-122
/
+202
*
r300g: fix blending with blend color and RGBA formats
Marek Olšák
2013-02-06
1
-0
/
+11
*
egl/dri: Don't invoke dri2_dpy->flush if it's NULL.
José Fonseca
2013-02-06
1
-1
/
+2
*
glsl: Initialize ast_parameter_declarator member variables.
Vinson Lee
2013-02-05
1
-4
/
+8
*
svga: fix sRGB rendering
Brian Paul
2013-02-05
1
-0
/
+11
*
r600g/compute: Fix segfault caused by new shader disassembler
Tom Stellard
2013-02-05
2
-2
/
+4
*
i965: Disable write masking when setting up texturing m0.
Eric Anholt
2013-02-04
2
-1
/
+4
*
intel: Fix regression in intel_create_image_from_name stride handling
Tapani Pälli
2013-02-04
1
-1
/
+1
*
i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18
Eric Anholt
2013-02-04
2
-2
/
+4
*
radeonsi: default PA_SC_RASTER_CONFIG to 0
Alex Deucher
2013-02-04
1
-1
/
+3
*
radeonsi: add support for Oland chips
Alex Deucher
2013-02-04
4
-0
/
+6
*
glsl: Support transform feedback of varying structs.
Paul Berry
2013-02-04
2
-67
/
+184
*
glsl: Use parse_program_resource_name to parse transform feedback varyings.
Paul Berry
2013-02-04
2
-19
/
+16
*
glsl: Rename uniform_field_visitor to program_resource_visitor.
Paul Berry
2013-02-04
4
-33
/
+34
*
mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.
Paul Berry
2013-02-04
4
-61
/
+91
*
gallium/egl: Fix include dirs for VPATH build
Quentin Glidic
2013-02-04
1
-0
/
+1
*
intel: make sure to setup image dimension in image_from_planar setup
Abdiel Janulgue
2013-02-04
1
-0
/
+1
*
builtin_compiler/build: Don't use *_FOR_BUILD when not cross compiling
Matt Turner
2013-02-04
1
-11
/
+32
*
st/mesa: emit SQRT opcode when driver supports it
Brian Paul
2013-02-04
1
-7
/
+21
*
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
2013-02-04
8
-0
/
+17
*
gallivm: implement support for SQRT opcode
Brian Paul
2013-02-04
3
-0
/
+37
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
4
-1
/
+18
*
gallium: add SQRT shader opcode
Brian Paul
2013-02-04
3
-2
/
+12
*
radeonsi: Remove spurious traces of R16G16B16 support.
Michel Dänzer
2013-02-04
1
-3
/
+0
*
radeonsi: Enable texture arrays.
Michel Dänzer
2013-02-04
1
-1
/
+1
*
radeonsi: Improve packing of texture address parameters.
Michel Dänzer
2013-02-04
1
-30
/
+97
*
radeonsi: Adapt to sample intrinsics changes.
Michel Dänzer
2013-02-04
3
-51
/
+56
[prev]
[next]