summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove old commentBrian Paul2009-03-071-2/+0
* swrast: rename s_buffers.c -> s_clear.cBrian Paul2009-03-072-1/+1
* mesa: gl_register_file enum typedefBrian Paul2009-03-0715-64/+64
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-0722-515/+0
* mesa: silence warningBrian Paul2009-03-071-2/+2
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-0721-38/+19
* r300: shut up valgrindMaciej Cencora2009-03-072-2/+2
* Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap spaceAlan Coopersmith2009-03-061-1/+1
* glsl: call the program optimizerBrian Paul2009-03-061-0/+5
* i965: check if we run out of GRF/temp registersBrian Paul2009-03-061-1/+25
* mesa: added _mesa_read_shader() function to read shaders from filesBrian Paul2009-03-061-0/+51
* i965: bump up BRW_EU_MAX_INSNBrian Paul2009-03-061-1/+1
* mesa: add new program optimizer codeBrian Paul2009-03-064-0/+462
* i965: commentsBrian Paul2009-03-061-0/+2
* i965: comments and minor clean-upsBrian Paul2009-03-061-3/+43
* i965: avoid unnecessary calls to brw_wm_is_glsl()Brian Paul2009-03-064-2/+12
* r300: fix depth write regression (found by Nicolai Haehnle)Maciej Cencora2009-03-061-3/+10
* r300: enable EXT_fog_coord extensionMaciej Cencora2009-03-062-161/+20
* r300: route fog coord and W pos correctlyMaciej Cencora2009-03-062-42/+106
* r300: rewrite and hopefully simplify RS setupMaciej Cencora2009-03-063-213/+225
* r300: add few macros for RS setupMaciej Cencora2009-03-061-0/+6
* r300: silence valgrindMaciej Cencora2009-03-061-1/+1
* r300: Print reg address when debugging is enabledMaciej Cencora2009-03-061-4/+14
* r300: don't crash on sw tcl hw if point size vertex attrib is sentMaciej Cencora2009-03-061-2/+2
* mesa: Reads must also be done with lock held.José Fonseca2009-03-061-3/+5
* mesa: Fix typo.José Fonseca2009-03-061-1/+1
* intel: Fix bpp setting of blits to 8bpp targets.Eric Anholt2009-03-051-0/+2
* i965: fix 3DPRIMITIVE batch decode of the vertex count field.Eric Anholt2009-03-051-1/+1
* i965: Stop dumping programs after the first all-zeroes entry.Eric Anholt2009-03-051-0/+8
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-056-1/+25
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-057-2/+42
* i965: Add a note about why the _NEW_STENCIL is required in draw_buffers.Eric Anholt2009-03-051-0/+5
* intel: Remove a gratuitous MI_FLUSH after clearing with a blit.Eric Anholt2009-03-051-1/+0
* i965: Remove dead flushing code.Eric Anholt2009-03-054-23/+0
* i965: comments and formatting fixesBrian Paul2009-03-051-4/+14
* i965: fix emit_math1() function used for scalar instructionsBrian Paul2009-03-051-9/+32
* mesa: added some assertionsBrian Paul2009-03-051-0/+2
* mesa: when printing src regs, use |reg| for absolute valueBrian Paul2009-03-051-7/+16
* i965: fix screen depth test in intel_validate_framebuffer)_Brian Paul2009-03-051-1/+2
* i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul2009-03-051-2/+2
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-044-10/+40
* mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul2009-03-041-66/+8
* mesa: call _mesa_get_cpu_features() during one-time-initBrian Paul2009-03-041-0/+3
* mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul2009-03-044-0/+158
* mesa: _mesa_get_x86_features() only needs to do its thing onceBrian Paul2009-03-041-0/+8
* mesa: Add x86/common_x86.c to libmesagallium.aJakob Bornecrantz2009-03-051-0/+1
* mesa: move sse.h and 3dnow.h #includesBrian Paul2009-03-043-44/+9
* mesa: remove unneeded x86.h headerBrian Paul2009-03-042-2/+0
* mesa: make _mesa_init_x86_transform_asm() staticBrian Paul2009-03-042-2/+2
* mesa: rename common_x86_macros.h -> x86_xform.hBrian Paul2009-03-045-6/+6