summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-05-15mesa: Remove unnecessary header.Vinson Lee
2010-05-15r300/compiler: silence a warningMarek Olšák
2010-05-14i965: Set the correct provoking vertex for clipped first-mode trifans.Eric Anholt
2010-05-14mesa: more info in glUniform error messagesBrian Paul
2010-05-14mesa: silence void * / func * conversion warningsBrian Paul
2010-05-14mesa: enum bitfields are a gcc-only feature, use GLubyteBrian Paul
2010-05-14i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt
2010-05-14i965: Parse the ff_sync URB send opcode on Ironlake disasm.Eric Anholt
2010-05-14i965: Use R16G16B16A16_FLOAT for 3-component half-float.Eric Anholt
2010-05-14i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt
2010-05-14i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt
2010-05-14intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.Eric Anholt
2010-05-14mesa: print enum name instead of hexadecimal value in glGet errorsBrian Paul
2010-05-14mesa: another transform feedback error check, 80-col wrappingBrian Paul
2010-05-14mesa: fpclassify dummy definition is not needed on FreeBSD.Alex Kozlov
2010-05-13i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.Eric Anholt
2010-05-13intel: Don't update window system renderbuffers on TexImage.Eric Anholt
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2010-05-13mesa: silence compiler warningAlan Hourihane
2010-05-13st/mesa: Remove unnecessary header.Vinson Lee
2010-05-12mesa/st: Expose pipe driver's shader limits.José Fonseca
2010-05-12st/mesa: Do not use draw module in OpenGL ES build.Chia-I Wu
2010-05-12mesa/es: Merge back to core mesa.Chia-I Wu
2010-05-12mesa/es: Remove omit list.Chia-I Wu
2010-05-12mesa: Make FEATURE_ATI_fragment_shader more modular.Chia-I Wu
2010-05-12mesa/es: Remove sources.mak.Chia-I Wu
2010-05-12mesa/es: Update sources.mak and fix the build.Chia-I Wu
2010-05-12st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu
2010-05-12mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu
2010-05-12st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu
2010-05-12mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu
2010-05-11mesa: fix error message stringsBrian Paul
2010-05-11mesa: added glGet code for GL_ARB_transform_feedback2Brian Paul
2010-05-11mesa: remove unused headerBrian Paul
2010-05-11mesa: remove unused headerBrian Paul
2010-05-11st/mesa: update query code for transform feedbackBrian Paul
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-05-11st/mesa: Remove unnecessary header.Vinson Lee
2010-05-11intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidateKristian Høgsberg
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-10mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.Vinson Lee
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-10intel: Also flush front buffer in glFinish()Kristian Høgsberg