Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
105c8529e78db961fee832b6248c3bcf59668bad
/
src
/
mesa
/
main
/
bufferobj.c
105c852
mesa: fix comments, s/texture/buffer/
by Brian Paul
· 16 years ago
6359ece
mesa: remove unused gl_buffer_object::OnCard field
by Brian Paul
· 16 years ago
dcca97a
mesa: added gl_buffer_object::Written flag (for debug purposes)
by Brian Paul
· 16 years ago
b9d0f94
mesa: Compute gl_client_array->_MaxElement during array validation
by Brian Paul
· 16 years ago
67025f7
mesa: set bufObj->Pointer = NULL after unmapping
by Brian Paul
· 16 years ago
a7f434b
mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap it
by Brian Paul
· 16 years ago
395bcad
mesa: updated comments
by Brian Paul
· 16 years ago
75e3ccf
mesa: fix incorrect error handling in glBufferDataARB()
by Brian Paul
· 16 years ago
0815ebc
Merge commit 'origin/master' into gallium-0.2
by Brian Paul
· 16 years ago
e9b3488
mesa: increase max texture image units and GLSL samplers to 16
by Brian Paul
· 16 years ago
6c72bc8
mesa: fix default buffer object access value
by Brian Paul
· 16 years ago
89ab664
Merge commit 'origin/master' into gallium-0.2
by Keith Whitwell
· 16 years ago
d36f4ef
mesa: remove some assertions that are invalid during context tear-down
by Brian Paul
· 16 years ago
47ad296
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2
by Alan Hourihane
· 16 years ago
0397b2b
Merge branch 'gallium-0.1' into gallium-0.2
by Keith Whitwell
· 16 years ago
37c74af
mesa: improved gl_buffer_object reference counting
by Brian Paul
· 16 years ago
1437b41
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
by Brian Paul
· 17 years ago
a39091b
Refactor PBO validate/map code.
by Brian
· 17 years ago
d933be6
Refactor PBO validate/map code.
by Brian
· 17 years ago
ff938bf
add a number of PBO validate/map/unmap functions
by Brian Paul
· 17 years ago
a429a25
add a number of PBO validate/map/unmap functions
by Brian
· 17 years ago
4b654d4
For _mesa_share_state(), update the context's references to the new share group's objects (Shane Blackett)
by Brian
· 17 years ago
7e85b0a
silence C++ warnings
by Brian
· 18 years ago
76785cb
move a conditional into an assertion
by Brian Paul
· 18 years ago
4277ea4
Error detection/reporting was broken in several places.
by Brian Paul
· 18 years ago
4d12a05
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
by Brian Paul
· 18 years ago
050d39b
remove unused var
by Brian Paul
· 18 years ago
ee34e6e
Add support for GL_APPLE_vertex_array_object. Several test programs
by Ian Romanick
· 18 years ago
4cb9fff
Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call
by Brian Paul
· 18 years ago
6f172f7
minor clean-ups
by Brian Paul
· 18 years ago
6b25193
try removing need for the uintptr_t casts
by Brian Paul
· 19 years ago
6258b76
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
by Karl Schultz
· 20 years ago
e4b2356
Major check-in of changes for GL_EXT_framebuffer_object extension.
by Brian Paul
· 20 years ago
c1f2f90
change gl_buffer_object's Size field to GLsizeiptrARB type
by Brian Paul
· 20 years ago
2752177
unlock mutex upon error return (Jeff Muizelaar)
by Brian Paul
· 20 years ago
a0c8524
mesa-main-0-NULL.patch from Jeff Muizelaar
by Keith Whitwell
· 20 years ago
ea2943e
Update glDeletePrograms/Buffers() so that the ID is freed immediately, like
by Brian Paul
· 20 years ago
a789252
Don't allow queries/etc of buffer object 0 - it's invisible to users.
by Brian Paul
· 20 years ago
6090938
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
by Brian Paul
· 20 years ago
2daa413
Remove redundant error checking. Added _mesa_buffer_unmap(). Minor clean-ups.
by Brian Paul
· 20 years ago
293ad98
VBO RefCount fix (David Reveman)
by Brian Paul
· 20 years ago
765f1a1
also fix possible delete bugs with buffer objects and vertex/fragment programs
by Brian Paul
· 20 years ago
375457b
Update the doxygen configuration file.
by Jose Fonseca
· 20 years ago
a6c423d
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696)
by Brian Paul
· 20 years ago
7a6b71e
Implementation of GL_EXT_pixel_buffer_object extension.
by Brian Paul
· 21 years ago
94ec525
yet another take on VBO deleting and reference counting
by Brian Paul
· 21 years ago
26895aa
more changes to VBO reference counting and deletion
by Brian Paul
· 21 years ago
85ad44b
set buffer object default Usage and Access
by Brian Paul
· 21 years ago
2020278
Do more bookkeeping of vertex buffer object reference counts.
by Brian Paul
· 21 years ago
d3fd7ba
Before calling _mesa_create_context(), initialize a dd_function_table struct
by Brian Paul
· 21 years ago
c40d1dd
Added GLAPIENTRY decorations for all first level OpenGL API function entry
by Kendall Bennett
· 21 years ago
ce8e13d
fix an error message
by Brian Paul
· 21 years ago
0f85b91
Move initialization of default ctx->Driver.buffer-object-functions into
by Brian Paul
· 21 years ago
49aefce
minor tweaks
by Brian Paul
· 21 years ago
0bb281b
bufObj->Access wasn't being set
by Brian Paul
· 21 years ago
4b6f6e1
minor fix in buffer_object_get_target()
by Brian Paul
· 21 years ago
e4fcea2
Assorted casts to silence g++ warnings.
by Brian Paul
· 21 years ago
df8d337
Add casts to prevent signed/unsigned compare compiler warnings.
by Karl Schultz
· 21 years ago
66e6e3e
Fixed/added some error checks.
by Brian Paul
· 21 years ago
6296276
unbind vertex arrays from buffer in DeleteBuffersARB()
by Brian Paul
· 21 years ago
148a284
More work on ARB_vertex_buffer_object.
by Brian Paul
· 21 years ago
aa00d12
Some work on ARB_vertex_buffer_object.
by Brian Paul
· 21 years ago
c7b872a
Added prototypes for internal functions to bufferobj.h. Minor code clean-ups.
by Brian Paul
· 21 years ago
0207b47
Added most of the infrastructure required to support
by Ian Romanick
· 21 years ago
6dc8557
Merge Jose's documentation and core Mesa changes from embedded branch
by Keith Whitwell
· 21 years ago
ea31ca4
fix MapBufferARB() return type
by Brian Paul
· 22 years ago
aac7325
basic work on GL_ARB_vertex_buffer_object
by Brian Paul
· 22 years ago
6061df0
Basic infrastructure for GL_ARB_vertex_buffer_object.
by Brian Paul
· 22 years ago