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
/
glapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+0
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-1
/
+0
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+0
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
2
-2
/
+1
*
glapi: Avoid #including gl.h
Kristian Høgsberg
2010-02-11
1
-5
/
+3
*
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
2010-02-09
1
-10
/
+10
*
glapi: Add back the reduced Noop dispatch
Kristian Høgsberg
2010-02-05
1
-2
/
+18
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+1
|
\
|
*
glapi: Do not use .type pseudo-op on Mac OS X.
Vinson Lee
2010-01-23
1
-1
/
+1
*
|
Merge branch 'arb_half_float_vertex'
Dave Airlie
2010-01-23
1
-0
/
+3
|
\
\
|
*
|
glapi: add GL_HALF_FLOAT enum support.
Dave Airlie
2010-01-23
1
-0
/
+3
*
|
|
glapi: Include glheader.h in glapi_nop.c.
Chia-I Wu
2010-01-23
1
-7
/
+1
*
|
|
glapi: define GLfixed, GLclampx types for ES 1
Brian Paul
2010-01-22
1
-0
/
+7
*
|
|
glapi: clean-up and simplify glapi_nop.c code
Brian Paul
2010-01-22
2
-62
/
+25
*
|
|
glapi: split the no-op dispatch code into new glapi_nop.c file
Brian Paul
2010-01-22
5
-84
/
+125
*
|
|
glapi: fix int->pointer conversions warnings in no-op functions
Brian Paul
2010-01-22
1
-1
/
+1
|
/
/
*
|
Do not include glapi/dispatch.h outside Mesa core.
Chia-I Wu
2010-01-21
1
-1
/
+0
*
|
Merge remote branch 'origin/opengl-es-v2'
Chia-I Wu
2010-01-20
14
-268
/
+417
|
\
\
|
*
\
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
17
-438
/
+724
|
|
\
\
|
*
|
|
glapi: Add OpenGL ES compatibility mode to scripts.
Chia-I Wu
2009-11-06
4
-19
/
+108
|
*
|
|
glapi: Include headers with directory prefixes.
Chia-I Wu
2009-11-05
7
-18
/
+18
|
*
|
|
glapi: Avoid hardcoded category names in remap helper script.
Chia-I Wu
2009-11-05
1
-8
/
+16
|
*
|
|
glapi: Add is_abi() to test if a function is in the ABI.
Chia-I Wu
2009-11-05
4
-9
/
+6
|
*
|
|
glapi: Allow normal entry points to be skipped.
Chia-I Wu
2009-11-05
2
-215
/
+270
*
|
|
|
Sun compilers now support some gcc __attribute__ values
Alan Coopersmith
2010-01-19
2
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-1
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
glapi: comment-out TIMEOUT_IGNORED
Brian Paul
2010-01-04
1
-1
/
+3
*
|
|
Only enable verbose NoOp dispatch if DEBUG is defined
Kristian Høgsberg
2010-01-03
1
-2
/
+19
*
|
|
Noop dispatch: move warning code out of the generated functions
Kristian Høgsberg
2010-01-03
1
-21
/
+7
*
|
|
Export a few glapi functions used by gallium and r300
Kristian Høgsberg
2010-01-03
3
-7
/
+7
*
|
|
mesa: added dispatch for GL_NV_conditional_render extension
Brian Paul
2009-12-31
8
-362
/
+427
*
|
|
mesa: regenerate API files related to GL_EXT_draw_buffers2
Brian Paul
2009-12-29
7
-369
/
+481
*
|
|
glapi: extension info for GL_EXT_draw_buffers2
Brian Paul
2009-12-29
1
-0
/
+49
|
/
/
*
|
ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXT
Ian Romanick
2009-11-17
1
-0
/
+1
*
|
Add missing XML files to API_XML
Ian Romanick
2009-11-17
1
-2
/
+5
*
|
ARB_fbo: Regenerate files from previous commits.
Ian Romanick
2009-11-17
2
-98
/
+106
*
|
ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml
Ian Romanick
2009-11-17
2
-24
/
+24
*
|
ARB_fbo: Add GL_EXT_framebuffer_multisample
Ian Romanick
2009-11-17
2
-0
/
+17
*
|
EXT_pds: Add GL_EXT_packed_depth_stencil
Ian Romanick
2009-11-17
2
-0
/
+20
*
|
EXT_fbo_blit: Add missing GLX protocol render opcode
Ian Romanick
2009-11-17
1
-0
/
+1
*
|
ARB_fbo: Add missing protocol "Get" information
Ian Romanick
2009-11-17
1
-2
/
+7
*
|
ARB_fbo: Remove _EXT from enum names
Ian Romanick
2009-11-17
1
-12
/
+12
|
/
*
glapi: Always build libglapi.a.
Chia-I Wu
2009-10-23
6
-9
/
+22
*
glapi: Move dispatch marcos to glapidispatch.h.
Chia-I Wu
2009-10-23
4
-3983
/
+4014
*
mesa/dri: Remove extension_helper.h.
Chia-I Wu
2009-10-23
1
-5
/
+0
*
mesa/main: Add support for remap table.
Chia-I Wu
2009-10-23
2
-0
/
+223
*
windows: replace old ColorTable, Convolution functions with new
Brian Paul
2009-09-19
1
-4
/
+4
*
glapi: replace old TexCopy functions w/ new
Brian Paul
2009-09-19
1
-5
/
+5
*
glapi: regenerated files
Brian Paul
2009-09-19
2
-0
/
+8
*
glapi: added tokens, function for GL_ARB_provoking_vertex
Brian Paul
2009-09-19
1
-0
/
+13
[next]