2008-06-14 |
Corbin Simpson | r5xx: FP refactor, take one. |
commit | commitdiff | tree |
2008-06-14 |
Corbin Simpson | r3xx/r5xx: Don't force aniso. |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | texenvprogram: Mark textures using ARB_shadow as Shadow... |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300: Add radeonCompilerDump for debugging |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300_fragprog: Refactor TEX transformation |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300: Add radeon_program and trivial refactoring of... |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300: Do not include r300_fragprog.h from r300_context... |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300_fragprog: Remove dead declarations, move NOP decla... |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300_fragprog: Refactoring and cleanup |
commit | commitdiff | tree |
2008-06-14 |
Nicolai Haehnle | r300_fragprog: Remove dead code |
commit | commitdiff | tree |
2008-06-13 |
Nicolai Haehnle | r300/r500: Separate fragprog compiler structures |
commit | commitdiff | tree |
2008-06-13 |
Nicolai Haehnle | r300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY... |
commit | commitdiff | tree |
2008-06-13 |
Nicolai Haehnle | r300: Reenable t->filter_1 (though currently not used) |
commit | commitdiff | tree |
2008-06-13 |
George Sapountzis | glx: load swrast_dri.so |
commit | commitdiff | tree |
2008-06-13 |
George Sapountzis | dri/swrast: make unbind a noop |
commit | commitdiff | tree |
2008-06-13 |
George Sapountzis | dri/swrast: add OpenGL 2.1 functions |
commit | commitdiff | tree |
2008-06-13 |
George Sapountzis | glx: use ErrorMessageF |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | silly bug: it's PROGRAM_VARYING |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | glsl: make sure we replace all output reads with tempor... |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | glsl: allow uniforms |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | glsl: fix array size initialiazers using const variables |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | almost forgot - RelAddr is a boolean so use it here |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | shaders: fix allocation of arrays of parameters |
commit | commitdiff | tree |
2008-06-12 |
Zack Rusin | glsl: implement variable array indexes |
commit | commitdiff | tree |
2008-06-12 |
Dan Nicholson | Update .gitignore for progs/glsl |
commit | commitdiff | tree |
2008-06-12 |
Dave Airlie | sparc: add swrast to dri drivers |
commit | commitdiff | tree |
2008-06-12 |
Dave Airlie | sparc: add DRI drivers for sparc patch from Fedora |
commit | commitdiff | tree |
2008-06-12 |
Brian Paul | remove obsoleted doxygen \param comments |
commit | commitdiff | tree |
2008-06-12 |
Brian Paul | comments |
commit | commitdiff | tree |
2008-06-10 |
Brian Paul | remove unnecessary swrast, tnl includes |
commit | commitdiff | tree |
2008-06-10 |
Brian Paul | add some missing rule dependencies |
commit | commitdiff | tree |
2008-06-10 |
Roland Scheidegger | copy msaa visuals capability |
commit | commitdiff | tree |
2008-06-10 |
Dan Nicholson | Distribute version.mk in case autoconf needs to be... |
commit | commitdiff | tree |
2008-06-10 |
Xiang, Haihao | i965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff9... |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | fix Xlib libGL.so build problem. |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | s/SOLO/MESA/ |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | Makefile clean-ups |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | more old stuff, rename SOLO->MESA, etc |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | Makefile clean-ups |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | document makefile changes |
commit | commitdiff | tree |
2008-06-09 |
Alan Hourihane | Check for NULL pointer |
commit | commitdiff | tree |
2008-06-09 |
George Sapountzis | glx: use goto's vs. nested if's ala xserver |
commit | commitdiff | tree |
2008-06-09 |
George Sapountzis | glx: add dri_common.c ala xserver |
commit | commitdiff | tree |
2008-06-09 |
George Sapountzis | dri/swrast: minor cosmetic |
commit | commitdiff | tree |
2008-06-08 |
Nicolai Haehnle | r300: Workaround hardware readcache problem |
commit | commitdiff | tree |
2008-06-08 |
Brian | remove realglx.[ch] from build |
commit | commitdiff | tree |
2008-06-08 |
Roland Scheidegger | i965: fix OPCODE_TEX when additional ops are needed |
commit | commitdiff | tree |
2008-06-07 |
Corbin Simpson | r300: Allow driconf to set a default anisotropy. |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Some cleanups in depth and stencil state handling |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Apply writemask when clearing stencil buffer |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Fix stencil buffer clear |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Further anisotropic filtering fixes |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Update LOD_BIAS register constants |
commit | commitdiff | tree |
2008-06-07 |
Corbin Simpson | r5xx: Unbreak anisotropic filtering? |
commit | commitdiff | tree |
2008-06-07 |
Corbin Simpson | r5xx: Fix speedy LIT once and for all. |
commit | commitdiff | tree |
2008-06-07 |
Jose Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree |
2008-06-07 |
Jose Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree |
2008-06-06 |
Nicolai Haehnle | r300: Improve texture layout calculations |
commit | commitdiff | tree |
2008-06-06 |
Nicolai Haehnle | r300: Cleanup TX_MIN_FILTER defines |
commit | commitdiff | tree |
2008-06-06 |
Nicolai Haehnle | r300: Remove unused variable r300_tex_obj::dirty_state... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | s/subdirs/asm_subdirs/ |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | move the install rules |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | remove stray semicolon |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | move a beos-ism down into drivers/beos/Makefile |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | Remove the old, complicated default build rule; use... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | remove more old stuff, insert new driver_subdir build... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | new drivers/Makefile with simple default/clean/install... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | move directfb-libgl into drivers/directfb/Makefile |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | Move fbdev driver construction into src/mesa/drivers... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | reorder some lines, more make clean cmds |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | remove X11, Glide, OSMesa sources |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | added dependencies |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | Move building of stand-alone Mesa into drivers/x11... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | new Makefile for building "stand-alone", Xlib-based... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | prefix some includes with mesa/ or glapi/ |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | minor changes |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | Move construction of libOSMesa.so into src/mesa/drivers... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | insert mesa/ before include files |
commit | commitdiff | tree |
2008-06-05 |
Alan Hourihane | Silence warning |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | fix event handling issues (such as when resizing when... |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | press 'a' to toggle animation |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | code refactoring (draw_frame(0, handle_event()) |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | remove references to incorrect -winwidth/-winheight... |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | Set the attribute as used. |
commit | commitdiff | tree |
2008-06-04 |
Dan Nicholson | autoconf: Collect arch/platform settings in one location |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | remove old/unused foomesa.h example header |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | call glutDestroyWindow() before exit |
commit | commitdiff | tree |
2008-06-04 |
Xiang, Haihao | i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221) |
commit | commitdiff | tree |
2008-06-04 |
Dave Airlie | mesa/drm/ttm: allow build against non-TTM aware libdrm |
commit | commitdiff | tree |
2008-06-02 |
Ian Romanick | bug #16503: use INSTALL macro instead of hard-coding... |
commit | commitdiff | tree |
2008-06-02 |
Nicolai Haehnle | [t_vp_build] Fix refcounting-related memory leak |
commit | commitdiff | tree |
2008-06-02 |
Nicolai Haehnle | [texenvprogram] Fix refcounting-related memory leak. |
commit | commitdiff | tree |
2008-06-01 |
Dave Airlie | r500: add missing brackets around depth testing |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Enable depth write emission. |
commit | commitdiff | tree |
2008-06-01 |
Nicolai Haehnle | r300: Writing to result.depth in fragment programs... |
commit | commitdiff | tree |
2008-06-01 |
Nicolai Haehnle | [r300] Fix KIL instruction and swizzling of texture... |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Add OPCODE_FLR. |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Last emit_sop() for now. |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: More emit_sop(), stage 2. |
commit | commitdiff | tree |
next |