2008-07-03 |
Brian Paul | mesa: added _vbo_VertexAttrib4f() |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: fix incorrect array size, added assertion |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: fix array storage allocation bug |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: regenerated file |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: additional vec4 constructor |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: fix various error codes |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: fix some error codes in _mesa_ShaderSourceARB() |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: fix problem freeing framebuffer/renderbuffer... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: added a4r4g4b4_put_tile_rgba() |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: added case for fixed pt |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: increase TGSI interpreter's number of temp... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: move, increase ST_MAX_SHADER_TOKENS |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: increase TGSI_EXEC_MAX_COND_NESTING, etc |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: fix surface memleak in bitmap code |
commit | commitdiff | tree | snapshot |
2008-07-03 |
José Fonseca | pipebuffer: Silent warnings. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
José Fonseca | Support conversion of YUV surfaces. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
José Fonseca | gallium: Don't forget to get overllaping blits working... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Jakob Bornecrantz | i915: EGL almost works again |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Jakob Bornecrantz | egl: Fix demodriver |
commit | commitdiff | tree | snapshot |
2008-07-03 |
José Fonseca | gallium: Use surface_copy for 1:1 blits. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
José Fonseca | scons: Add a env.CodeGenerate method to simplify code... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | mesa: fix vertex array validation test for attribute... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: replace an assertion with "if (!texobj) continue" |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: fix a bug in vertex program output mapping |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Brian Paul | gallium: nr_attrs was off by one, updated comments... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: additional GLSL built-in constants |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: when linking a shader program, make sure all... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: added some debug code (disabled) |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: fix error codes in _mesa_shader_source(), _mesa_g... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: regenerated file |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: added some missing equal() notEqual() intrinsics |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: disable some debug assertions |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: regenerated files |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: fix all(bvec2) function typo, add missing bvec2... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | gallium: replace 128 with MAX_LABELS |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: added _mesa_print_swizzle() debugging helper |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Roland Scheidegger | mesa: fix issues around multisample enable |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Michel Dänzer | gallium: Allow draw module to work on non-x86 platforms... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
José Fonseca | pipebuffer: Debug buffer manager to detect buffer under... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
José Fonseca | pipebuffer: Verify usage flag consistency. Minor cleanups. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: fix a GLSL vector subscript/writemask bug |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: move some functions |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brian Paul | mesa: make _slang_swizzle_swizzle() non-private |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Brian Paul | mesa: better function inlining in the presence of ... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Brian Paul | mesa: add/fix some IrInfo entries for debugging purposes |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jakob Bornecrantz | i915: Last reference to surface -> pitch |
commit | commitdiff | tree | snapshot |
2008-07-01 |
José Fonseca | gallium: Use the inline keyword on C++. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
José Fonseca | scons: Output mapfile on windows ddk profile builds. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
José Fonseca | gles: Don't define GLAPIENTRY here. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | mesa: added null ptr checks |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_u... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | mesa: check FEATURE_point_size_array |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Brian Paul | egl: fix default value of EGL_SURFACE_TYPE, added some... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
José Fonseca | egl: WinCE doesn't have sys/types.h |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Zack Rusin | egl: helps if the stride is right |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Zack Rusin | eh, we need a buildbot... fix the compilation |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Roland Scheidegger | gallium: handle msaa |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Robert Ellison | egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_AP... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Jonathan White | egl: Windows updates to the platform.h files |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Jakob Bornecrantz | i915: Fix the last of the stride/pitch changes |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | mesa: Replace void * arithmetic. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | gdi: Update for cpp removal. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | cell: Update for cpp removal. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | scons: Get x86-64<->x86 cross build of assembly files... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | scons: Fix i965/xlib build. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | scons: Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
José Fonseca | mesa: Use the appropriate relocation. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
José Fonseca | gallium: Describe pixel block. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Brian Paul | mesa: point size arrays |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Brian Paul | gallium: remove some old dispatch code |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Brian Paul | gallium: remove bad assertion |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | gallium: Fix whole source being used in u_blit |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | Allow CRLF automatic conversion on MSVC project files. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | i915: Create a texture and surface for shared frontbuffer |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | i915: Added texture_blanket function |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | i915: Moved screen creation to intel_be_device |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | gallium: Fix warning in u_blit.h |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jakob Bornecrantz | egl: Stdint was missing from eglconfigutil.h |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Fix Windows GDI winsys build. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | gallium: Avoid double arithmetic. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Use standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Replace deprecated __MSC__ macro. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | dri/intel: Use standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | gallium: Drop deprecated __MSC__ macro. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | egl: Use standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa/dri: User standard integer types. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: More signed/unsigned float/integer fixes. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: WGL is not part of the WinCE API. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | gdi: Update for surface_alloc_storage changes. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Use appropriate unsigned/signed, float/integer... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Use _mesa_bsearch. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: bsearch implementation for WinCE. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Replace abort by asserts. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Move variable declarations to the scope top. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
José Fonseca | mesa: Don't include sys/types.h on WinCE. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Brian Paul | gallium: added support for fixed-point formats, drawing |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jonathan White | gallium: code for PIPE_SUBSYSTEM_WINDOWS_USER |
commit | commitdiff | tree | snapshot |
next |