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
*
Remove talloc from the make and automake build systems.
Kenneth Graunke
2011-01-31
3
-6
/
+4
*
ralloc: a new MIT-licensed recursive memory allocator.
Kenneth Graunke
2011-01-31
2
-35
/
+280
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
67
-604
/
+590
*
ralloc: Add a fake implementation of ralloc based on talloc.
Kenneth Graunke
2011-01-31
4
-0
/
+542
*
glx: Properly check for a valid fd in dri2CreateScreen().
Henri Verbeet
2011-01-31
1
-1
/
+3
*
svga: Fix translation of TGSI SSG opcode.
Michel Dänzer
2011-01-31
1
-1
/
+39
*
svga: TEXLDL opcode dst/src register information is correct.
Michel Dänzer
2011-01-31
1
-1
/
+1
*
svga: Print the number and mnemonic of the opcode we're missing information for.
Michel Dänzer
2011-01-31
1
-0
/
+2
*
glx: Fix leaks in DRISW screen creation error paths.
Henri Verbeet
2011-01-31
1
-2
/
+5
*
glx: Fix leaks in DRI screen creation error paths.
Henri Verbeet
2011-01-31
1
-19
/
+20
*
glx: Fix leaks in DRI2 screen creation error paths.
Henri Verbeet
2011-01-31
3
-15
/
+29
*
glx: fix length of GLXGetFBConfigsSGIX
Julien Cristau
2011-01-31
1
-1
/
+1
*
glx: fix GLXChangeDrawableAttributesSGIX request
Julien Cristau
2011-01-31
1
-2
/
+3
*
r600g: fix eg OQ properly.
Dave Airlie
2011-01-31
2
-5
/
+3
*
r600g: fix OQ on evergreen
Alex Deucher
2011-01-31
2
-4
/
+7
*
r600g: fix occlusion query results.
Dave Airlie
2011-01-31
2
-2
/
+9
*
r600g: remove some non-existent evergreen reg fields
Alex Deucher
2011-01-30
1
-6
/
+0
*
r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...
Dave Airlie
2011-01-31
2
-2
/
+17
*
r600g: handle the write all cbufs property.
Dave Airlie
2011-01-31
5
-30
/
+16
*
util: Call tables should be const.
Henri Verbeet
2011-01-30
1
-1
/
+1
*
r600g: Update the flushed depth texture after drawing to the corresponding te...
Henri Verbeet
2011-01-30
5
-4
/
+42
*
st/vega: Disable blending when the paint is opaque.
Chia-I Wu
2011-01-30
8
-5
/
+37
*
st/vega: Remove an invalid sanity check.
Chia-I Wu
2011-01-30
1
-6
/
+0
*
st/vega: s/vg[A-Z]/vega[A-Z]/.
Chia-I Wu
2011-01-30
4
-42
/
+42
*
r600g: Fix void pointer arithmetic.
Vinson Lee
2011-01-30
1
-1
/
+1
*
r600g: fixes a segfault in the piglit fbo-genmipmap-formats test.
Dave Airlie
2011-01-30
1
-2
/
+0
*
r300/compiler: Standardize the number of bits used by swizzle fields
Tom Stellard
2011-01-29
10
-46
/
+50
*
r300g: upload translated indices via the uploader
Marek Olšák
2011-01-30
1
-20
/
+45
*
r300g: rework vertex format fallback
Marek Olšák
2011-01-30
7
-78
/
+86
*
r600g: upload translated indices via the uploader
Marek Olšák
2011-01-30
1
-3
/
+13
*
r600g: rework vertex format fallback
Marek Olšák
2011-01-30
3
-47
/
+55
*
r600g: fix vertex format fallback
Marek Olšák
2011-01-30
5
-21
/
+44
*
r600g: rework vertex buffer uploads
Marek Olšák
2011-01-30
3
-84
/
+106
*
r600g: consolidate set_constant_buffer functions
Marek Olšák
2011-01-30
4
-97
/
+51
*
r600g: consolidate vertex_buffer_update functions
Marek Olšák
2011-01-30
4
-164
/
+134
*
r600g: consolidate draw_vbo functions (v2)
Marek Olšák
2011-01-30
5
-258
/
+142
*
r600g: make r600_drawl inherit pipe_draw_info
Marek Olšák
2011-01-30
5
-54
/
+30
*
r600g: add back u_upload_mgr integration
Marek Olšák
2011-01-30
10
-214
/
+73
*
nvc0: implement transform feedback state
Christoph Bumiller
2011-01-30
7
-59
/
+163
*
nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix them
Christoph Bumiller
2011-01-29
4
-19
/
+34
*
egl_dri2: Export glapi symbols for DRI drivers.
Chia-I Wu
2011-01-30
2
-10
/
+27
*
egl: Make the transition to built-in drivers more smooth.
Chia-I Wu
2011-01-30
1
-5
/
+24
*
mapi: Workaround a bug in makedepend.
Chia-I Wu
2011-01-29
4
-7
/
+30
*
u_blitter: use user buffers instead of real buffers
Marek Olšák
2011-01-29
1
-21
/
+8
*
gallium/docs: add info about transfer boxes and array textures
Brian Paul
2011-01-28
1
-0
/
+16
*
gallium: added comments to pipe_transfer
Brian Paul
2011-01-28
1
-4
/
+4
*
st/mesa: fix texture array dimensions
Brian Paul
2011-01-28
3
-18
/
+122
*
softpipe: fix array textures to use resource array_size
Brian Paul
2011-01-28
3
-21
/
+88
*
mesa: fix typo, wrap long line
Brian Paul
2011-01-28
1
-2
/
+3
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
7
-4
/
+9
[next]