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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/es: Validate glReadPixels format and type in Mesa code rather than the E...
Ian Romanick
2012-08-29
2
-53
/
+33
*
mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-29
/
+37
*
mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-183
/
+296
*
mesa/es: Validate glHint target in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-19
/
+25
*
mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...
Ian Romanick
2012-08-29
2
-19
/
+12
*
mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-15
/
+12
*
mesa/es: Validate primitive modes in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-42
/
+5
*
mesa: Refactor _mesa_valid_prim_mode to use a switch-statement
Ian Romanick
2012-08-29
1
-5
/
+27
*
mesa/es: Validate blend function enums in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-115
/
+11
*
mesa/es: Validate glClear mask in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
2
-11
/
+9
*
mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather th...
Ian Romanick
2012-08-29
2
-90
/
+132
*
mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than t...
Ian Romanick
2012-08-29
2
-29
/
+2
*
mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rath...
Ian Romanick
2012-08-29
2
-42
/
+29
*
mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wra...
Ian Romanick
2012-08-29
2
-9
/
+9
*
mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than t...
Ian Romanick
2012-08-29
2
-18
/
+4
*
radeon/llvm: Fix encoding of FP immediates on SI
Tom Stellard
2012-08-29
1
-1
/
+6
*
radeon/llvm: Create a register class for the M0 register
Tom Stellard
2012-08-29
5
-16
/
+24
*
radeon/llvm: Set the neverHasSideEffects bit on more instructions
Tom Stellard
2012-08-29
1
-0
/
+2
*
radeon/llvm: Declare the interpolation intrinsics as ReadOnly
Tom Stellard
2012-08-29
3
-3
/
+4
*
radeon/llvm: Mark M0 as a def when lowering interpolation instructions
Tom Stellard
2012-08-29
1
-4
/
+2
*
meta: Add GLSL variant of _mesa_meta_GenerateMipmap() function
Anuj Phogat
2012-08-29
1
-58
/
+220
*
glsl: s/class/struct/ for ast_type_qualifier
Brian Paul
2012-08-29
1
-1
/
+1
*
mesa: convert a few more macros to inline functions
Brian Paul
2012-08-29
1
-22
/
+21
*
mesa: remove COPY_4V_CAST() macro
Brian Paul
2012-08-29
2
-10
/
+1
*
mesa: convert a bunch of math macros to inline functions
Brian Paul
2012-08-29
1
-56
/
+86
*
tnl: use INTERP_4F() instead of four INTERP_F() calls
Brian Paul
2012-08-29
1
-4
/
+1
*
swrast: fix wrong assignments in _swrast_add_spec_terms_line()
Brian Paul
2012-08-29
1
-2
/
+2
*
mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()
Brian Paul
2012-08-29
1
-1
/
+2
*
mesa: Define CPU_TO_LE32 to work on OpenBSD
Martin Pieuchot
2012-08-29
1
-0
/
+3
*
docs: remove mention of old driver maintenance
Brian Paul
2012-08-28
1
-5
/
+0
*
docs/utilities: add/update some useful utilities
Andreas Boll
2012-08-28
1
-10
/
+16
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
3
-15
/
+34
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
5
-120
/
+14
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
5
-18
/
+20
*
i965: Drop the old sw fallback for position array being disabled.
Eric Anholt
2012-08-28
1
-7
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
2
-5
/
+2
*
i965: Move depth resolve for span fallbacks to a simpler place.
Eric Anholt
2012-08-28
2
-28
/
+3
*
i965: Drop manual hiz resolves in span rendering.
Eric Anholt
2012-08-28
1
-10
/
+0
*
radeon/llvm: Handle TGSI KIL opcode for SI.
Michel Dänzer
2012-08-28
3
-0
/
+44
*
radeon/llvm: Basic support for SI EXEC register.
Michel Dänzer
2012-08-28
3
-2
/
+23
*
radeonsi: Don't write to the PA_SC_RASTER_CONFIG register.
Michel Dänzer
2012-08-28
1
-1
/
+0
*
r600g: fix relative addressing on RS780 and RS880
Marek Olšák
2012-08-28
1
-7
/
+6
*
docs/helpwanted: add radeonsi todo list
Andreas Boll
2012-08-28
1
-0
/
+2
*
configure.ac: add radeonsi to --with-gallium-drivers help string
Andreas Boll
2012-08-28
1
-1
/
+1
*
llvmpipe: Bump the maximum texture size (in pixels).
José Fonseca
2012-08-28
2
-2
/
+9
*
u_vbuf: avoid unnecessary update of the vertex elements
Vadim Girlin
2012-08-28
1
-1
/
+3
*
egl: fix invalid flag detection for EGL_KHR_create_context
Matt Turner
2012-08-27
1
-1
/
+1
*
i965: Make VS programs obey the shader_precompile driconf option.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Reenable the fragment shader precompile.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
[next]