2009-10-08 |
Keith Whitwell | llvmpipe: more wipping |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Keith Whitwell | llvmpipe: import experimental softpipe rasterizer code... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Vinson Lee | i915g: Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | softpipe: new comments |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | softpipe: whitespace and comment fixes |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | softpipe: prefix non-static functions with sp_ |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Joakim Sindholt | r300compiler: fix scons build again |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicolai Hähnle | Merge branch 'master' into r300g-glsl |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicolai Hähnle | Merge branch 'mesa_7_6_branch' |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicolai Hähnle | shader_api: Fix bounds checking of glUniform and glUnif... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Nicolai Hähnle | prog_parameter: Document the fact that Size may be > 4 |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Keith Whitwell | util: do some more util_blit_pixels cases without tempo... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Keith Whitwell | mesa/st: add missing mesa constant file name |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | st/mesa: pass pipe_screen, not pipe_context to st_choos... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | docs: fix glXQueryDrawable() bugs |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | gallium/xlib: fix glXQueryDrawable() bugs, see bug... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | progs/xdemos: test glXQueryDrawable() |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | progs/xdemos: fix swapped parameters to CreatePbuffer() |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Michel Dänzer | st/dri: Add missing front buffer case in dri_get_buffers(). |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | swrast: s/GLfloat/GLuint/ in bzero() |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | swrast: add missing returns |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Vinson Lee | progs/test: Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | mesa/xlib: return 0 for errorBase, eventBase in glXQuer... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Brian Paul | gallium/xlib: return 0 for errorBase, eventBase in... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Jakob Bornecrantz | i915g: Use buffer write instead of map for lit vertices |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Jakob Bornecrantz | i915g: Change order of buffer_write arguments |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Jakob Bornecrantz | i915g: Disable vbuf fifo and minor commenting of vbuf... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Younes Manton | nv04-nv40: Fix swizzle transfers for NPOT sizes. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Vinson Lee | progs/tests: fix MSVC build. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicolai Hähnle | r300/compiler: Fix R300 vertex program dumps |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicolai Hähnle | r300/compiler: Fix yet another regression in register... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicolai Hähnle | r300/compiler: Fix a really stupid logic inversion... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Nicolai Hähnle | r300/compiler: Fix regression in pair scheduling |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Vinson Lee | progs/perf: Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Andre Maasikas | r600: r700PredictRenderSize can flush, so move index... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Ben Skeggs | nv50: fix segfault when there's gaps in enabled texture... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Ben Skeggs | nouveau: fix buffer object leak |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jakob Bornecrantz | i915g: Add more defines to tweek batchbuffer |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jakob Bornecrantz | i915g: Tweek vertexbuffer size |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Paul | i965g: remove 965/brw files from XLIB_WINSYS_SOURCES |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Paul | Merge branch 'mesa_7_6_branch' |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Paul | intel: use driReadDrawable in do_copy_texsubimage() |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Paul | intel: use driReadDrawable, not driDrawable in do_blit_... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Paul | intel: remove a buffer equality test in _mesa_make_curr... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jakob Bornecrantz | i915g: Drop the simple sufix |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jakob Bornecrantz | i965g: Drop i965simple |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Joakim Sindholt | r300g: fix scons build |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Paul | mesa: fix return value when clipping {Read,Draw}Pixels... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jon TURNEY | Fix building of GLSL demos which use M_PI |
commit | commitdiff | tree | snapshot |
2009-10-05 |
José Fonseca | util: Improve the cpuid assembly. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
José Fonseca | mesa: Copy textures' base format into wrapper renderbuffer. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Keith Whitwell | mesa/st: add ST_DEBUG environment variable |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Keith Whitwell | util: add lost code to util_make_fragment_tex_shader_wr... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Andre Maasikas | r600: update vertex program selection for draw path |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Michel Dänzer | Use _mesa_select_tex_image() rather than hardcoding... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Ben Skeggs | st/dri: avoid segfault if we can't get a pixmap's buffers |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Ben Skeggs | nv50: support PIPE_FORMAT_X8R8G8B8_UNORM |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Ben Skeggs | nouveau: return pitch value from local_handle_from_text... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Ben Skeggs | mesa: fix return value when clipping {Read,Draw}Pixels... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Ben Skeggs | st/dri: no need to request fake front buffer, only... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Frederic Crozat | r200: remove subpixel offset from viewport |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | util: Make assert a no-op on non-debug builds. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | llvmpipe: Ensure tile cache transfers are mapped before... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | llvmpipe: Autogenerate lp_tile_soa.c from u_format... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | util: Fix cpuid invocation for x86_64. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | llvmpipe: Remove loop testing from format testing. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | llvmpipe: Match header's protection macro with filename. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
José Fonseca | llvmpipe: Adjust format assertion. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Nicolai Hähnle | r300/compiler Add support for more of the Sxx set instr... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Nicolai Hähnle | r300/compiler: Emit flow control instructions and ALU... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Corbin Simpson | r300g: xRGB and RGBx formats. |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Nicolai Hähnle | r300/compiler: Refactor the radeon_pair code to support... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Nicolai Hähnle | r300/compiler: Refactor to allow different instruction... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Nicolai Hähnle | r300/compiler: Introduce aluresult register for branch... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Chris Wilson | intel: Suppress a compiler warning for an pointer-... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Chris Wilson | intel: Assert that relocation offsets are within the... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | r300/compiler: Introduce control flow instructions... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
José Fonseca | llvmpipe: Fetch tile only if a color buffer is bound. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | Merge branch 'master' into r300-compiler |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | prog_parameter: Document the fact that Size may be > 4 |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | r300g: Do not abort on fragment program compiler error |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | r300g: Fix memory leak in radeon_texture_from_shared_handle |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Sedat Dilek | r300g: Build in the trace and softpipe driver for xorg... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Michel Dänzer | radeon: Cope better with texture images with no miptrees. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Michel Dänzer | swrast: Move up state validation in _swrast_ReadPixels. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Michel Dänzer | meta: Make sure texImage->TexFormat is valid for CopyTe... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | r300g: Remove an unnecessarily created pipe buffer... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | st/dri: Install APPLE_vertex_array_object functions |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | r300g: Reset vbo_offset after allocation of a new buffer |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Nicolai Hähnle | st/dri: Install ARB_vertex_array_object functions |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Nicolai Hähnle | r300: Workaround problem on R500 with very large fragme... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Brian Paul | mesa: optimized _mesa_meta_BlitFramebuffer() for src... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Eric Anholt | i965: Use a little stack space to avoid a malloc in... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Eric Anholt | mesa: Remove another unexplained Flush call, this time... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Eric Anholt | Revert "Flush driver, not just tnl module." |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Eric Anholt | intel: Remove an unexplained flush from intelClearWithBlit. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Alex Deucher | r600: remove support for host-based ibs |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Keith Whitwell | mesa/st: don't reuse vertex buffers for bitmap, clear... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Michel Dänzer | st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA... |
commit | commitdiff | tree | snapshot |
next |