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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.
Vinson Lee
2010-05-10
2
-2
/
+2
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
7
-32
/
+549
*
mesa: Update comments in get_gen_es.py.
Vinson Lee
2010-05-09
1
-2
/
+2
*
mesa: fix typos, comment in signed 16-bit tex fetch code
Brian Paul
2010-05-09
1
-4
/
+4
*
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
6
-10
/
+127
*
mesa: added comments for signed 16-bit formats
Brian Paul
2010-05-09
1
-4
/
+4
*
mesa: use GL_RGBA16_SNORM for accum buffer
Brian Paul
2010-05-09
2
-1
/
+3
*
mesa: added texstore function for signed 16-bit formats
Brian Paul
2010-05-09
1
-4
/
+74
*
mesa: added UNCLAMPED_FLOAT_TO_SHORT macro
Brian Paul
2010-05-09
1
-0
/
+3
*
mesa: add missing cases for signed 16-bit formats
Brian Paul
2010-05-09
1
-0
/
+13
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
4
-46
/
+0
*
mesa: fpclassify dummy definition is not needed on cygwin
Jon TURNEY
2010-05-07
1
-1
/
+1
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
1
-4
/
+4
*
es: Ignores
Jakob Bornecrantz
2010-05-06
1
-0
/
+4
*
mesa: fpclassify dummy definition not needed on Mac OS X.
Vinson Lee
2010-05-05
1
-0
/
+4
*
mesa: remove some color index code
Brian Paul
2010-05-04
1
-19
/
+0
*
mesa: remove unused renderbuffer adaptor code
Brian Paul
2010-05-04
2
-605
/
+0
*
mesa: remove renderbuffer adaptor calls
Brian Paul
2010-05-04
1
-24
/
+0
*
mesa: Fix build of ES overlay.
Chia-I Wu
2010-05-05
2
-4
/
+30
*
mesa: add a dummy definition for fpclassify() if needed
Brian Paul
2010-05-04
1
-0
/
+10
*
mesa: remove trailing comma in enum list
Brian Paul
2010-05-04
1
-1
/
+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
2
-1
/
+4
*
mesa: Include api_exec.h in dlist.c.
Vinson Lee
2010-05-02
1
-0
/
+1
*
mesa: Include mfeatures.h before testing feature macros
Kristian Høgsberg
2010-05-02
1
-0
/
+2
*
mesa: #ifdef out more remap_table related code when disabled.
José Fonseca
2010-05-02
2
-3
/
+6
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
35
-3275
/
+11715
|
\
|
*
glapi: Regenerate enums.c for all APIs
Kristian Høgsberg
2010-04-28
1
-3147
/
+3449
|
*
mesa: Drop unused _mesa_init_drawtex_dispatch()
Kristian Høgsberg
2010-04-28
2
-23
/
+0
|
*
mesa: Move drawtex functionality to main/
Kristian Høgsberg
2010-04-28
2
-0
/
+225
|
*
mesa: Move glQueryMatrixxOES() implementation to core mesa
Kristian Høgsberg
2010-04-28
1
-0
/
+199
|
*
mesa: Move GLES1 texgen functions to texgen.c
Kristian Høgsberg
2010-04-28
2
-0
/
+43
|
*
mesa: Move support for paletted textures to main/teximage.c
Kristian Høgsberg
2010-04-28
5
-3
/
+276
|
*
mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()
Kristian Høgsberg
2010-04-28
4
-4
/
+37
|
*
mesa: Move get_es*.c to main/
Kristian Høgsberg
2010-04-27
1
-0
/
+807
|
*
es: Prefix the get* functions with _es1/2 so they don't conflict
Kristian Høgsberg
2010-04-27
4
-7
/
+41
|
*
mesa: Move GL_RGB565 workaround into fbobject.c
Kristian Høgsberg
2010-04-27
3
-0
/
+23
|
*
mesa: Move GLES2 shader stubs to main/shaders.c
Kristian Høgsberg
2010-04-27
2
-0
/
+39
|
*
mesa: Move api_exec_es*.c into mesa/main
Kristian Høgsberg
2010-04-27
8
-5
/
+6078
|
*
mesa: Move references to main/remap_helper.h to api_exec.c
Kristian Høgsberg
2010-04-27
4
-53
/
+72
|
*
mesa: Move struct _glapi_table allocation out of context.c
Kristian Høgsberg
2010-04-22
5
-20
/
+38
|
*
mesa: Compute extension string according to API
Kristian Høgsberg
2010-04-22
1
-15
/
+111
|
*
es2: Move over es2 code to compute extensions
Kristian Høgsberg
2010-04-22
1
-3
/
+106
|
*
main: Report GL_SHADING_LANGUAGE_VERSION according to API
Kristian Høgsberg
2010-04-22
1
-10
/
+27
|
*
mesa: Compute GL version according to API
Kristian Høgsberg
2010-04-22
1
-21
/
+107
|
*
mesa: Move API specific context intialization into context.c
Kristian Høgsberg
2010-04-22
2
-6
/
+25
|
*
mesa: Track the OpenGL API we're implementing in the context
Kristian Høgsberg
2010-04-22
3
-11
/
+65
*
|
mesa: s/sprintf/_mesa_snprintf/
Vinson Lee
2010-05-02
6
-12
/
+12
*
|
mesa: added _mesa_print_framebuffer() for debugging
Brian Paul
2010-04-29
2
-0
/
+44
[next]