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
/
attrib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+2
*
mesa: Fix multithreaded buffer object refcounting.
Mathias Fröhlich
2011-10-23
1
-72
/
+151
*
mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4
Brian Paul
2011-10-01
1
-1
/
+2
*
mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c
Brian Paul
2011-10-01
1
-43
/
+25
*
mesa: use loop in pop_texture_group() to restore 4 combiner terms
Brian Paul
2011-10-01
1
-24
/
+13
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-4
/
+2
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
1
-35
/
+32
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
1
-1
/
+0
*
mesa: Update clipping code to use ctx->Const.MaxClipPlanes.
Paul Berry
2011-09-20
1
-2
/
+2
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-4
/
+4
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-11
/
+14
*
mesa: fix popping of texture state for GL_TEXTURE_BUFFER
Brian Paul
2011-04-06
1
-0
/
+2
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-9
/
+12
*
mesa: remove GL_SGI_texture_color_table support
Brian Paul
2011-02-28
1
-11
/
+0
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-14
/
+33
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-12
/
+0
*
mesa: Remove SGI_color_table.
Eric Anholt
2010-09-23
1
-13
/
+0
*
mesa: Remove EXT_histogram.
Eric Anholt
2010-09-23
1
-4
/
+0
*
mesa: Include macros.h in attrib.c for COPY_4FV symbol.
Vinson Lee
2010-07-30
1
-0
/
+1
*
mesa: remove unused header
Brian Paul
2010-05-11
1
-1
/
+0
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-30
/
+30
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
mesa: Remove unnecessary header from attrib.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-1
/
+1
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-15
/
+32
|
\
|
|
*
mesa: Prevent possible array out-of-bounds access by _mesa_light.
Vinson Lee
2010-01-04
1
-15
/
+32
*
|
mesa: fix-up blend enable/disable code in _mesa_PopAttrib()
Brian Paul
2009-12-29
1
-7
/
+17
*
|
mesa: finish-up indexed color mask code in _mesa_PopAttrib()
Brian Paul
2009-12-29
1
-1
/
+1
*
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-4
/
+16
*
|
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-29
1
-2
/
+14
|
/
*
mesa/main: Make FEATURE_attrib_stack follow feature conventions.
Chia-I Wu
2009-09-30
1
-0
/
+17
*
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+7
*
mesa: simplify glPushAttrib() list building code
Brian Paul
2009-08-08
1
-106
/
+40
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-17
1
-7
/
+1
|
\
|
*
mesa: fix texture border color code for glPopAttrib()
Brian Paul
2009-07-14
1
-7
/
+1
|
*
mesa: fix some potential state-restore issues in pop_texture_group()
Brian Paul
2009-06-22
1
-45
/
+45
*
|
mesa: use Elements() for loop limit
Brian Paul
2009-05-22
1
-2
/
+2
*
|
mesa: simplify adjust_buffer_object_ref_counts()
Brian Paul
2009-05-22
1
-12
/
+14
*
|
mesa: fix some potential state-restore issues in pop_texture_group()
Brian Paul
2009-05-21
1
-45
/
+45
|
/
*
mesa: fix bad mask bit in clip plane restore code for glPopAttrib()
Lars Henning Wendt
2009-04-16
1
-1
/
+1
*
mesa: rename some gl_light fields to be clearer
Brian Paul
2009-04-03
1
-1
/
+1
*
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-07
1
-0
/
+1
*
mesa: move gl_attrib_node struct to attrib.c too
Brian Paul
2009-02-28
1
-0
/
+12
*
mesa: move gl_enable_attrib struct to attrib.c, the only place it's used
Brian Paul
2009-02-28
1
-0
/
+84
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
1
-29
/
+9
[next]