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
/
main
/
context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-1
/
+19
*
mesa: initialize extension string when context is first bound
Brian Paul
2010-06-25
1
-0
/
+2
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
mesa: refactor shader api / object code
Brian Paul
2010-06-10
1
-1
/
+1
*
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-05-11
1
-0
/
+1
*
mesa: Only initialize TNL for OpenGL
Kristian Høgsberg
2010-05-03
1
-4
/
+5
*
mesa: Only initialize save dispatch table for OpenGL
Kristian Høgsberg
2010-05-03
1
-12
/
+10
*
mesa: increase MAX_DRAW_BUFFERS to 8
Brian Paul
2010-05-03
1
-0
/
+3
*
mesa: Move api_exec_es*.c into mesa/main
Kristian Høgsberg
2010-04-27
1
-5
/
+43
*
mesa: Move struct _glapi_table allocation out of context.c
Kristian Høgsberg
2010-04-22
1
-13
/
+13
*
mesa: Move API specific context intialization into context.c
Kristian Høgsberg
2010-04-22
1
-3
/
+25
*
mesa: Track the OpenGL API we're implementing in the context
Kristian Høgsberg
2010-04-22
1
-11
/
+41
*
mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query
Brian Paul
2010-04-20
1
-0
/
+3
*
mesa: plug in transform feedback functions, set limits
Brian Paul
2010-03-30
1
-0
/
+8
*
mesa: Add missing features.
Chia-I Wu
2010-03-30
1
-1
/
+1
*
mesa: Remove checks of Visual.rgbMode
Ian Romanick
2010-03-03
1
-2
/
+0
*
mesa: Remove support for creating color-index visuals
Ian Romanick
2010-03-03
1
-10
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-12
/
+12
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-1
/
+1
*
mesa: additional constant/limit assertions
Brian Paul
2010-02-11
1
-0
/
+5
*
mesa: move all limit/constant assertions into check_context_limits()
Brian Paul
2010-02-09
1
-30
/
+30
*
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
1
-0
/
+2
*
mesa: Always do proper ref counting of shared state.
José Fonseca
2010-02-09
1
-20
/
+4
*
mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS
Brian Paul
2010-02-03
1
-0
/
+3
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-02-01
1
-3
/
+0
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-4
/
+0
*
mesa: do state validation in _mesa_valid_to_render()
Brian Paul
2010-01-29
1
-0
/
+4
*
glapi: clean-up and simplify glapi_nop.c code
Brian Paul
2010-01-22
1
-8
/
+0
*
mesa: call _mesa_compute_version() to set context's version info
Brian Paul
2010-01-05
1
-0
/
+5
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-4
/
+0
|
\
|
*
mesa: Move OES_read_format support from drivers into the core.
Eric Anholt
2009-12-09
1
-4
/
+0
*
|
mesa: Update vertex texture code after gallium changes.
Michal Krol
2009-12-01
1
-0
/
+1
|
/
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-3
/
+5
*
mesa/main: Make FEATURE_texture_s3tc follow feature conventions.
Chia-I Wu
2009-10-29
1
-3
/
+1
*
mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.
Chia-I Wu
2009-10-29
1
-3
/
+0
*
glapi: Always build libglapi.a.
Chia-I Wu
2009-10-23
1
-1
/
+0
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-0
/
+3
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-8
/
+29
|
\
|
*
mesa: code refactoring- new _mesa_finish(), _mesa_flush()
Brian Paul
2009-10-22
1
-8
/
+29
*
|
mesa: added VERBOSE_SWAPBUFFERS
Brian Paul
2009-10-14
1
-0
/
+2
*
|
mesa: free display list state after freeing shared state
Brian Paul
2009-10-08
1
-1
/
+3
*
|
mesa: added _mesa_free_display_list_data()
Brian Paul
2009-10-07
1
-0
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-0
/
+1
|
\
|
|
*
mesa: add missing return when out of memory
Brian Paul
2009-10-01
1
-0
/
+1
*
|
mesa/main: Make FEATURE_dlist follow feature conventions.
Chia-I Wu
2009-09-30
1
-5
/
+3
*
|
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
2009-09-30
1
-6
/
+0
*
|
mesa/main: New feature FEATURE_queryobj.
Chia-I Wu
2009-09-30
1
-8
/
+2
*
|
mesa/main: Make FEATURE_feedback follow feature conventions.
Chia-I Wu
2009-09-30
1
-6
/
+0
*
|
mesa/main: New feature FEATURE_rastpos.
Chia-I Wu
2009-09-30
1
-4
/
+0
*
|
mesa/main: Make FEATURE_histogram follow feature conventions.
Chia-I Wu
2009-09-30
1
-4
/
+0
[next]