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
*
st/xorg: Remove superfluous miInitializeBackingStore() call
Marvin Schmidt
2012-10-30
1
-1
/
+0
*
xlib: Do not undefine _R, _G, and _B.
Vinson Lee
2012-10-29
1
-3
/
+0
*
mesa: remove array size so the static assert can work
Brian Paul
2012-10-29
1
-1
/
+1
*
mesa: use GLuint for more gl_constants fields
Brian Paul
2012-10-29
1
-6
/
+6
*
vbo: silence MSVC double/float conversion warnings
Brian Paul
2012-10-29
1
-2
/
+2
*
mesa: silence some MSVC conversion warnings in get.c
Brian Paul
2012-10-29
1
-3
/
+3
*
mesa: silence MSVC signed/unsigned comparision warnings in hash_table.c
Brian Paul
2012-10-29
1
-1
/
+1
*
mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.c
Brian Paul
2012-10-29
1
-3
/
+3
*
mesa: silence MSVC signed/unsigned comparision warnings in accum.c
Brian Paul
2012-10-29
1
-2
/
+2
*
mesa: silence MSVC signed/unsigned comparison warning in texstorage.c
Brian Paul
2012-10-29
1
-1
/
+1
*
mesa: silence MSVC double/float assignment warnings in pixel unpack code
Brian Paul
2012-10-29
1
-4
/
+4
*
r600g: tgsi-to-llvm emits right input intrinsics
Vincent Lejeune
2012-10-30
2
-20
/
+64
*
intel: support for 16 bit config with 24 depth and 8 stencil
Tapani Pälli
2012-10-29
1
-2
/
+7
*
dri: Support MESA_FORMAT_SARGB8 in driCreateConfigs
Ian Romanick
2012-10-29
1
-1
/
+2
*
intel: If the visual is sRGB, use an sRGB internal format
Ian Romanick
2012-10-29
1
-0
/
+2
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
7
-156
/
+77
*
dri_util: Elminiate the bytes_per_pixel table
Ian Romanick
2012-10-29
1
-9
/
+3
*
dri_util: Remove support for RGB332 framebuffers
Ian Romanick
2012-10-29
1
-27
/
+7
*
swrast: Remove the 2_3_3_REV framebuffer format
Ian Romanick
2012-10-29
1
-4
/
+0
*
glx: Add the extension string for GLX_ARB_framebuffer_sRGB
Ian Romanick
2012-10-29
2
-0
/
+6
*
glx: Set sRGBCapable to a default value
Ian Romanick
2012-10-29
1
-0
/
+2
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2012-10-29
1
-2
/
+19
*
r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen
Marek Olšák
2012-10-29
13
-37
/
+270
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
5
-7
/
+39
*
Revert "glsl_to_tgsi: set correct register type for array and structure eleme...
Andreas Boll
2012-10-29
1
-19
/
+2
*
nv50/ir: restore use of long immediate encodings
Christoph Bumiller
2012-10-28
2
-0
/
+9
*
nv50,nvc0: fix 2d engine stencil-only copies
Christoph Bumiller
2012-10-28
4
-22
/
+48
*
gallium/gallivm: code generation options for LLVM 3.1+
Alexander V. Nikolaev
2012-10-28
3
-17
/
+44
*
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
2012-10-26
3
-22
/
+7
*
i965: Rename misleading "active" field of brw->query.
Eric Anholt
2012-10-26
2
-5
/
+5
*
r600g: advertise 32 streamout vec4 outputs
Marek Olšák
2012-10-26
1
-1
/
+1
*
softpipe: remove extraneous whitespace
Brian Paul
2012-10-26
1
-2
/
+0
*
gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32
Brian Paul
2012-10-26
2
-8
/
+10
*
r600g: advertise 32 fragment shaders inputs, not 34
Marek Olšák
2012-10-26
1
-4
/
+1
*
graw/fs-test: Use user constant buffers.
José Fonseca
2012-10-26
1
-56
/
+14
*
trace: Flush before drawing.
José Fonseca
2012-10-26
3
-0
/
+11
*
graw: Ensure new members are zeroed.
José Fonseca
2012-10-26
15
-0
/
+19
*
tests/graw: Update occlusion query example.
José Fonseca
2012-10-26
1
-4
/
+4
*
radeonsi: Handle TGSI_SEMANTIC_FACE.
Michel Dänzer
2012-10-26
2
-1
/
+31
*
radeonsi: Handle TGSI_SEMANTIC_BCOLOR.
Michel Dänzer
2012-10-26
5
-15
/
+75
*
radeonsi: Don't snoop context state while building shaders.
Michel Dänzer
2012-10-26
3
-17
/
+27
*
radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader.
Michel Dänzer
2012-10-26
2
-0
/
+6
*
r600g: split cayman common state out into a shared function
Alex Deucher
2012-10-26
3
-16
/
+35
*
r600g: emit some additional regs on cayman
Alex Deucher
2012-10-26
1
-0
/
+54
*
r600g: there are 16 const buffer size regs for each shader stage
Alex Deucher
2012-10-26
1
-2
/
+19
*
r600g: rework evergreen_init_common_regs()
Alex Deucher
2012-10-26
1
-40
/
+33
*
r600g/compute: always CONTEXT_CONTROL packet at start of CS
Alex Deucher
2012-10-26
2
-0
/
+10
*
tools/trace: More helpful message when no args are provided.
José Fonseca
2012-10-26
1
-13
/
+13
*
scons: Build xlib swrast too.
José Fonseca
2012-10-26
2
-0
/
+51
*
vl: fix the dri winsys helper screen init
Christian König
2012-10-26
1
-0
/
+2
[next]