summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith2010-05-191-1/+2
* r300/compiler: Implement constant foldingNicolai Hähnle2010-05-191-1/+215
* r300/compiler: Emit 0.5 swizzle when necessary.Tom Stellard2010-05-191-1/+3
* i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt2010-05-184-64/+32
* i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt2010-05-181-1/+1
* gen6 fix: fix a wrong bit in binding_table_pointerZou Nan hai2010-05-181-1/+1
* i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt2010-05-173-2/+24
* i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt2010-05-173-2/+11
* intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg2010-05-171-0/+6
* gallium: EXT_timer_query support.Mathias Fröhlich2010-05-172-0/+6
* st/mesa: call st_flush_bitmap_cache() from st_readpixels()Brian Paul2010-05-171-0/+3
* i965: Make rasterization of single and multiple quad prims match.Eric Anholt2010-05-171-0/+6
* i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt2010-05-163-21/+13
* i965: Remove unused occlusion query struct field.Eric Anholt2010-05-161-3/+0
* r300/compiler: fix peephole optimizerTom Stellard2010-05-161-1/+14
* r300/compiler: Implement simple peephole optimizerNicolai Hähnle2010-05-168-47/+308
* mesa: Remove unnecessary header.Vinson Lee2010-05-151-2/+0
* r300/compiler: silence a warningMarek Olšák2010-05-151-1/+1
* i965: Set the correct provoking vertex for clipped first-mode trifans.Eric Anholt2010-05-141-3/+17
* mesa: more info in glUniform error messagesBrian Paul2010-05-141-4/+7
* mesa: silence void * / func * conversion warningsBrian Paul2010-05-141-5/+10
* mesa: enum bitfields are a gcc-only feature, use GLubyteBrian Paul2010-05-141-2/+2
* i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt2010-05-143-2/+12
* i965: Parse the ff_sync URB send opcode on Ironlake disasm.Eric Anholt2010-05-141-1/+15
* i965: Use R16G16B16A16_FLOAT for 3-component half-float.Eric Anholt2010-05-141-1/+1
* i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt2010-05-146-8/+17
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-145-2/+13
* intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.Eric Anholt2010-05-141-19/+8
* mesa: print enum name instead of hexadecimal value in glGet errorsBrian Paul2010-05-141-4/+9
* mesa: another transform feedback error check, 80-col wrappingBrian Paul2010-05-141-3/+9
* mesa: fpclassify dummy definition is not needed on FreeBSD.Alex Kozlov2010-05-141-1/+1
* i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.Eric Anholt2010-05-131-11/+20
* intel: Don't update window system renderbuffers on TexImage.Eric Anholt2010-05-132-3/+5
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-135-57/+7
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-139-26/+14
* mesa: silence compiler warningAlan Hourihane2010-05-131-1/+3
* st/mesa: Remove unnecessary header.Vinson Lee2010-05-131-1/+0
* mesa/st: Expose pipe driver's shader limits.José Fonseca2010-05-121-89/+19
* st/mesa: Do not use draw module in OpenGL ES build.Chia-I Wu2010-05-121-0/+2
* mesa/es: Merge back to core mesa.Chia-I Wu2010-05-124-123/+93
* mesa/es: Remove omit list.Chia-I Wu2010-05-128-15/+37
* mesa: Make FEATURE_ATI_fragment_shader more modular.Chia-I Wu2010-05-124-23/+53
* mesa/es: Remove sources.mak.Chia-I Wu2010-05-122-116/+33
* mesa/es: Update sources.mak and fix the build.Chia-I Wu2010-05-122-16/+8
* st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu2010-05-123-13/+26
* mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu2010-05-121-0/+6
* st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu2010-05-123-9/+14
* st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu2010-05-123-2/+15
* st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu2010-05-126-21/+50
* st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-126-10/+60