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
*
i965/msaa: Add sample-alpha-to-coverage support for multiple render targets
Anuj Phogat
2012-08-23
4
-2
/
+43
*
glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_field
Stéphane Marchesin
2012-08-23
1
-1
/
+1
*
mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather ...
Ian Romanick
2012-08-23
2
-5
/
+10
*
mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...
Ian Romanick
2012-08-23
2
-26
/
+16
*
mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ...
Ian Romanick
2012-08-23
2
-8
/
+18
*
mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ...
Ian Romanick
2012-08-23
2
-133
/
+17
*
mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...
Ian Romanick
2012-08-23
3
-203
/
+98
*
mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
2
-10
/
+4
*
mesa: Generate an error when glCopyTexImage border is invalid
Ian Romanick
2012-08-23
1
-0
/
+2
*
mesa/es: Add support for GL_APPLE_texture_max_level
Ian Romanick
2012-08-23
1
-0
/
+1
*
mesa/es: Validate glGetTexParameter pnames in Mesa code rather than the ES wr...
Ian Romanick
2012-08-23
2
-29
/
+84
*
mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
3
-75
/
+54
*
mesa/es: Remove redundant glBindTexture target validation
Ian Romanick
2012-08-23
1
-8
/
+0
*
mesa: Filter glBindTexture targets based on supported features.
Ian Romanick
2012-08-23
1
-9
/
+21
*
mesa/es: Validate tex image targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
2
-130
/
+29
*
mesa/es: Validate EGLImageTargetTexture2DOES target in Mesa code rather than ...
Ian Romanick
2012-08-23
2
-10
/
+15
*
mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
3
-34
/
+15
*
mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-23
3
-26
/
+12
*
mesa: Refactor validate_texture_wrap_mode to use a switch-statement
Ian Romanick
2012-08-23
1
-35
/
+42
*
meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't exist
Ian Romanick
2012-08-23
1
-2
/
+6
*
build/glsl: fix android build v2
Tapani Pälli
2012-08-23
1
-1
/
+1
*
automake: convert es1api
Matt Turner
2012-08-23
4
-143
/
+67
*
automake: convert es2api
Matt Turner
2012-08-23
5
-16
/
+67
*
st/dri: pass config options to the state tracker
Vadim Girlin
2012-08-23
1
-0
/
+8
*
st/mesa: accept and handle configuration options from st/dri
Vadim Girlin
2012-08-23
5
-5
/
+28
*
st/dri: add force_glsl_extensions_warn option to dri options
Vadim Girlin
2012-08-23
1
-1
/
+10
*
st/dri: use driver name for driconf section lookup
Vadim Girlin
2012-08-23
1
-1
/
+2
*
swrast: add DRM_DRIVER_DESCRIPTOR to store driver name
Vadim Girlin
2012-08-23
1
-0
/
+3
*
egl_dri2: Fix segmentation fault
Paulo Alcantara
2012-08-23
1
-1
/
+1
*
radeon/llvm: Use the MCCodeEmitter for R600
Tom Stellard
2012-08-23
16
-738
/
+779
*
radeon/llvm: Use the MCCodeEmitter for SI
Tom Stellard
2012-08-23
15
-431
/
+591
*
radeon/llvm: Set 64BitPtr feature bit for SI
Tom Stellard
2012-08-23
1
-1
/
+1
*
radeon/llvm: Lower RETFLAG DAG Node to S_ENDPGM on SI
Tom Stellard
2012-08-23
3
-8
/
+12
*
radeon/llvm: Add AsmPrinter
Tom Stellard
2012-08-23
8
-0
/
+193
*
radeon/llvm: Mark JUMP as a pseudo instruction
Tom Stellard
2012-08-23
1
-1
/
+1
*
radeon/llvm: Remove the last uses of MachineOperand flags
Tom Stellard
2012-08-23
2
-8
/
+27
*
radeon/llvm: Add flag operand to some instructions
Tom Stellard
2012-08-23
7
-33
/
+97
*
radeon/llvm: Encapsulate setting of MachineOperand flags
Tom Stellard
2012-08-23
4
-50
/
+71
*
build: Only build libmesagallium.la if building Gallium
Matt Turner
2012-08-22
1
-2
/
+7
*
build: Clean glx Makefile.am
Matt Turner
2012-08-22
1
-4
/
+1
*
build/x11: Force usage of C++ linker
Matt Turner
2012-08-22
1
-0
/
+3
*
build/x11: Don't link against shared-glapi
Matt Turner
2012-08-22
1
-4
/
+0
*
radeonsi: rework vertex format handling
Christian König
2012-08-22
1
-10
/
+58
*
radeonsi: fix SPI_PS_INPUT_ENA handling
Christian König
2012-08-22
1
-3
/
+14
*
r600g: fix lockups with dual_src_blend v2
Vadim Girlin
2012-08-22
3
-9
/
+45
*
st/dri: Add shared usage on buffers created
Jakob Bornecrantz
2012-08-22
1
-0
/
+3
*
gbm: Add shared usage on images created
Jakob Bornecrantz
2012-08-22
1
-0
/
+3
*
mesa: Fix generic compressed texture formats' handling in glTexImage/glCopyTe...
Anuj Phogat
2012-08-21
1
-30
/
+2
*
radeon/llvm: ExpandSpecialInstrs - Add support for cube instructions
Tom Stellard
2012-08-21
4
-63
/
+100
*
radeon/llvm: ExpandSpecialInstrs - Add support for vector instructions
Tom Stellard
2012-08-21
2
-15
/
+30
[next]