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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
2
-12
/
+19
*
|
r300/compiler: Refactor the pair instruction data structures
Tom Stellard
2010-09-20
4
-38
/
+21
*
|
dri/nouveau: Fix software mipmap generation on 1x1 textures.
Francisco Jerez
2010-09-21
1
-1
/
+1
*
|
dri/nv10-nv20: Fix texturing in some cases after a base level change.
Francisco Jerez
2010-09-21
3
-11
/
+10
*
|
dri/nouveau: Cleanup more references to old FBOs and VBOs.
Francisco Jerez
2010-09-21
2
-4
/
+4
*
|
dri/nouveau: Remove unnecessary assertion.
Francisco Jerez
2010-09-21
1
-5
/
+0
*
|
dri/nv04: Use nvgl_wrap_mode().
Francisco Jerez
2010-09-21
1
-20
/
+2
*
|
Fix typos in comments and debug output strings.
Timo Wiren
2010-09-20
3
-6
/
+6
*
|
st/mesa: fix assertion failure in GetTexImage for cubemaps
Marek Olšák
2010-09-20
1
-0
/
+6
*
|
mesa: don't call valid_texture_object() in non-debug builds
Brian Paul
2010-09-20
1
-5
/
+2
*
|
x86: Silence unused variable warning on Mac OS X.
Vinson Lee
2010-09-17
1
-0
/
+2
*
|
mesa: Silence "'valid_texture_object' defined but not used" warning.
Vinson Lee
2010-09-17
1
-1
/
+5
*
|
ir_to_mesa: Remove unused member array_indexed from struct statevar_element.
Vinson Lee
2010-09-17
1
-1
/
+0
*
|
mesa: bump version to 7.10
Vinson Lee
2010-09-17
1
-3
/
+3
|
/
*
glsl2: Add flags to enable variable index lowering
Ian Romanick
2010-09-17
3
-0
/
+30
*
dri/nv10: Fix the CLAMP texture wrap mode.
Francisco Jerez
2010-09-17
1
-2
/
+1
*
meta: Don't bind the created texture object in init_temp_texture().
Francisco Jerez
2010-09-16
1
-1
/
+0
*
mesa: include mfeatures.h in formats.c
Brian Paul
2010-09-16
1
-0
/
+1
*
dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().
Francisco Jerez
2010-09-16
1
-16
/
+8
*
dri/nouveau: Don't reemit the BO state in nouveau_state_emit().
Francisco Jerez
2010-09-16
2
-5
/
+3
*
dri/nouveau: Don't request a fake front unnecessarily.
Francisco Jerez
2010-09-16
5
-17
/
+32
*
dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.
Francisco Jerez
2010-09-16
1
-0
/
+1
*
dri/nouveau: Add some more extensions.
Francisco Jerez
2010-09-16
3
-0
/
+4
*
dri/nouveau: Update nouveau_class.h.
Francisco Jerez
2010-09-16
1
-20
/
+20
*
dri/nv04: Fix provoking vertex.
Francisco Jerez
2010-09-16
1
-2
/
+2
*
dri/nv04: Fix maximum texture size.
Francisco Jerez
2010-09-16
1
-0
/
+1
*
dri/nv04: Fix up color mask.
Francisco Jerez
2010-09-16
1
-1
/
+5
*
dri/nv04: Align SIFM transfer dimensions.
Francisco Jerez
2010-09-16
1
-1
/
+1
*
dri/nv04: Mipmapping fixes.
Francisco Jerez
2010-09-16
2
-15
/
+21
*
dri/nv04: Fix PGRAPH_ERRORs when running OA.
Francisco Jerez
2010-09-16
1
-1
/
+5
*
dri/nv04: Enable eng3dm for A8/L8 textures.
Andrew Randrianasulu
2010-09-16
1
-4
/
+16
*
dri/nv04: Don't expose ARB_texture_env_combine/dot3.
Andrew Randrianasulu
2010-09-16
3
-2
/
+4
*
mesa: Update ES APIspec.xml.
Chia-I Wu
2010-09-16
1
-9
/
+5
*
mesa/st: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-1
/
+4
*
glsl2: fix signed/unsigned comparison warning
Brian Paul
2010-09-15
1
-2
/
+2
*
r600c: fix buffer height setting in dri2 case
Andre Maasikas
2010-09-15
2
-9
/
+46
*
mesa: Include missing header in program.h.
Vinson Lee
2010-09-14
1
-0
/
+1
*
r600c: fix setting negative values to bitfields
7.9-branchpoint
Andre Maasikas
2010-09-14
1
-1
/
+1
*
mesa: update to version 64 of GL/glext.h
Brian Paul
2010-09-14
4
-9
/
+9
*
mesa: move, redefine MESA_GEOMETRY_PROGRAM
Brian Paul
2010-09-14
2
-9
/
+15
*
mesa: Remove unnecessary FEATURE tests.
Chia-I Wu
2010-09-14
2
-18
/
+0
*
mesa: Less FEATURE_ARB_sync tests.
Chia-I Wu
2010-09-14
5
-25
/
+60
*
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
Chia-I Wu
2010-09-14
11
-90
/
+0
*
mesa/st: ask GLSL to not emit noise since we have a dummy implementation
Luca Barbieri
2010-09-14
1
-0
/
+2
*
mesa/st: set compiler options based on Gallium shader caps
Luca Barbieri
2010-09-14
1
-0
/
+9
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-24
/
+28
*
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
1
-1
/
+7
*
i965: Request that returns be lowered in shader main
Ian Romanick
2010-09-13
1
-0
/
+1
*
glsl: call ir_lower_jumps according to compiler options
Luca Barbieri
2010-09-13
1
-0
/
+2
*
r600c: const buffer sizes must be a multiple of 16 consts
Alex Deucher
2010-09-13
3
-29
/
+21
[prev]
[next]