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
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Remove defines for NV_vertex_program limits.
Eric Anholt
2012-10-15
3
-18
/
+4
*
mesa: Fix comments for NV_vp code that's now only used by other extensions.
Eric Anholt
2012-10-15
3
-11
/
+7
*
mesa: Add notes about remaining NV_vertex_program code.
Eric Anholt
2012-10-15
2
-1
/
+5
*
mesa: Remove miscellaneous remains of NV_vertex_program.
Eric Anholt
2012-10-15
6
-43
/
+15
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
8
-346
/
+0
*
mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.
Eric Anholt
2012-10-15
5
-68
/
+0
*
mesa: Remove NV_vertex_program-specific parameters support.
Eric Anholt
2012-10-15
4
-177
/
+0
*
mesa: Remove support for NV_vertex_program's attribute evaluation.
Eric Anholt
2012-10-15
5
-195
/
+0
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
4
-35
/
+12
*
mesa: Fix NV_fragment_program's display list opcode for RequestResident.
Eric Anholt
2012-10-15
1
-1
/
+1
*
mesa: Remove support for NV_vertex_program's tracked matrices.
Eric Anholt
2012-10-15
6
-164
/
+0
*
mesa: Remove support for parsing NV vertex programs.
Eric Anholt
2012-10-15
3
-55
/
+5
*
swrast: Remove support for GL_NV_vertex_program.
Eric Anholt
2012-10-15
1
-2
/
+0
*
mesa: Fix a crash in update_texture_state() for external texture type
Abdiel Janulgue
2012-10-15
2
-0
/
+10
*
mesa: Avoid C99 indexed initializers.
José Fonseca
2012-10-10
2
-5
/
+29
*
mesa: Prevent CONST macro re-definition.
José Fonseca
2012-10-10
1
-0
/
+1
*
mesa: Silence 'assignment makes integer from pointer without a cast' warnings.
José Fonseca
2012-10-10
1
-2
/
+2
*
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
Imre Deak
2012-10-10
1
-1
/
+1
*
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
2012-10-10
1
-6
/
+0
*
mesa: glGet: use the build time generated hash tables
Imre Deak
2012-10-10
2
-1015
/
+13
*
mesa: glGet: add script to generate hash tables in build time
Imre Deak
2012-10-10
3
-0
/
+946
*
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
2012-10-10
1
-22
/
+22
*
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
2012-10-10
1
-3
/
+5
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
3
-18
/
+33
*
mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context
Ian Romanick
2012-10-09
1
-2
/
+1
*
mesa: remove unused _mesa_cpal_compressed_format_type() function
Brian Paul
2012-10-09
2
-18
/
+0
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
2
-13
/
+5
*
mesa: remove unused gl_context::DriverCtx field
Brian Paul
2012-10-05
2
-3
/
+0
*
mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.
Kenneth Graunke
2012-10-05
1
-1
/
+2
*
mesa: don't enable glVertexPointer() when using API_OPENGLES2.
Paul Berry
2012-10-04
1
-2
/
+0
*
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
2012-10-04
1
-7
/
+9
*
mesa: tests: EnumStrings.LookUpByNumber
Oliver McFadden
2012-10-03
1
-2
/
+2
*
mesa: remove bogus compressed texture size checks
Brian Paul
2012-10-02
2
-28
/
+0
*
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
2012-10-01
1
-1
/
+5
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
6
-5
/
+32
*
st/mesa: implement BlitFramebuffer using gallium blit
Marek Olšák
2012-09-30
1
-2
/
+2
*
mesa: add fall-through comment, just to be clear
Brian Paul
2012-09-29
1
-0
/
+1
*
mesa: remove useless GLenum casts
Brian Paul
2012-09-29
1
-2
/
+2
*
mesa: add const qualifier in check_for_ending() to silence warning
Brian Paul
2012-09-29
1
-1
/
+1
*
mesa: allow MESA_GL_VERSION_OVERRIDE to override the API type
Jordan Justen
2012-09-28
3
-20
/
+69
*
main/version: add "(Core Profile) to version string for core profiles
Jordan Justen
2012-09-28
1
-2
/
+4
*
mesa/tests: Sanity check the ES2 dispatch table
Ian Romanick
2012-09-28
3
-1
/
+313
*
mesa/main: Make no-op dispatch function public
Ian Romanick
2012-09-28
2
-3
/
+5
*
mesa/tests: Move stub function to a separate file
Ian Romanick
2012-09-28
3
-13
/
+49
*
mesa: Don't set uniform dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
3
-36
/
+39
*
mesa: Don't set shaderapi dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
4
-22
/
+35
[prev]
[next]