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
*
mesa: clean up F_TO_I, IFLOOR, ICEIL functions
Brian Paul
2012-09-01
1
-60
/
+30
*
i965/fs: Don't use brw->fragment_program in calculate_urb_setup().
Kenneth Graunke
2012-08-31
1
-1
/
+1
*
mesa: don't wait in _mesa_ClientWaitSync if timeout is 0
Vadim Girlin
2012-09-01
1
-2
/
+6
*
Remove libGLU
Matt Turner
2012-08-31
204
-57769
/
+0
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
6
-119
/
+286
*
radeon/llvm: Rework how immediate operands are handled with SI
Tom Stellard
2012-08-31
10
-44
/
+150
*
radeon/llvm: Fix typo in assert
Tom Stellard
2012-08-31
1
-1
/
+1
*
radeon/llvm: Fix isEG tablegen predicate
Tom Stellard
2012-08-31
1
-3
/
+5
*
radeon/llvm: Add support for RCP instruction on SI
Tom Stellard
2012-08-31
1
-1
/
+3
*
radeon/llvm: Support AMDGPUfmin DAG node on SI
Tom Stellard
2012-08-31
1
-1
/
+3
*
radeonsi: Handle TGSI_SEMANTIC_PSIZE
Tom Stellard
2012-08-31
1
-0
/
+1
*
android: do not expose single buffered eglconfigs
Tapani Pälli
2012-08-31
1
-11
/
+8
*
android: fix liblog API changes
Tapani Pälli
2012-08-31
1
-3
/
+14
*
xmlconfig: use __progname when building for Android
Tapani Pälli
2012-08-31
1
-1
/
+1
*
st/mesa: s/CALLOC/calloc/ to fix allocation bug
Brian Paul
2012-08-31
1
-1
/
+1
*
util: add casts to silence signed/unsigned comparison warnings
Brian Paul
2012-08-31
1
-2
/
+2
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
7
-7
/
+11
*
mesa: Bump version to 9.0
Ian Romanick
2012-08-30
1
-3
/
+3
*
r600g: enable transform feedback on Cayman
Marek Olšák
2012-08-31
1
-3
/
+1
*
r600g: implement MSAA for Cayman
Marek Olšák
2012-08-31
8
-73
/
+187
*
i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
Anuj Phogat
2012-08-30
2
-2
/
+3
*
r600g: enable MSAA on r6xx by default
Marek Olšák
2012-08-30
1
-3
/
+6
*
r600g: disable MSAA depth decompression on r6xx
Marek Olšák
2012-08-30
1
-1
/
+10
*
r600g: implement color resolve for r600
Marek Olšák
2012-08-30
7
-26
/
+199
*
r600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xx
Marek Olšák
2012-08-30
1
-11
/
+24
*
r600g: implement draw_rectangle callback
Marek Olšák
2012-08-30
5
-16
/
+88
*
r600g: implement MSAA for r700
Marek Olšák
2012-08-30
7
-41
/
+262
*
r600g: change programming of CB_SHADER_MASK on r600-r700
Marek Olšák
2012-08-30
1
-1
/
+2
*
meta: remove call to _meta_in_progress(), fix multisample enable/disable
Brian Paul
2012-08-30
2
-8
/
+32
*
meta: add parenthesis to silence compiler warnings
Brian Paul
2012-08-30
1
-2
/
+2
*
scons : add HAVE_DLOPEN to build environment
Tapani Pälli
2012-08-30
1
-0
/
+1
*
radeonsi: fix stupid bug added in commit 07838603b9a69c05911edbcd351bfce5ad9b...
Christian König
2012-08-30
1
-7
/
+8
*
i965/fs: Remove a dead member from live variables analysis.
Eric Anholt
2012-08-29
2
-6
/
+0
*
i965/fs: Initialize output_components[] by filling it with zeros.
Kenneth Graunke
2012-08-29
1
-0
/
+1
*
mesa: Do something sensible when on-line compression is requested but not pos...
Ian Romanick
2012-08-29
1
-0
/
+31
*
i965: Allow creation of OpenGL 3.1 contexts
Ian Romanick
2012-08-29
1
-0
/
+19
*
i965: Advertise GLSL 1.40 and TexBOs in core contexts
Ian Romanick
2012-08-29
1
-1
/
+9
*
intel: Clean up bits of cruft in intelCreateContext
Ian Romanick
2012-08-29
1
-40
/
+11
*
i965: Set context flags
Ian Romanick
2012-08-29
3
-2
/
+12
*
mesa/dri: Allow creation of forward-compatible contexts
Ian Romanick
2012-08-29
1
-5
/
+5
*
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
2012-08-29
5
-13
/
+41
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
7
-17
/
+3
*
meta: Don't use deprecated keyword in 1.30 shader
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Disallow alpha, luminance, and LA textures in core context
Ian Romanick
2012-08-29
1
-4
/
+6
*
mesa: Disallow more deprecated functions in core context
Ian Romanick
2012-08-29
2
-3
/
+2
*
mesa: Require names from Gen in core context
Ian Romanick
2012-08-29
2
-0
/
+9
*
mesa: Allow NULL vertex pointer without a VBO
Ian Romanick
2012-08-29
1
-4
/
+13
*
mesa: Disallow VertexAttribPointer without a VAO in a core context
Ian Romanick
2012-08-29
1
-0
/
+17
*
mesa: Disallow wide lines in forward compatible context
Ian Romanick
2012-08-29
1
-0
/
+17
*
mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context
Ian Romanick
2012-08-29
2
-2
/
+16
[next]