summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-24rename radeong_dri.so to r300_dri.soHEADmasterDave Airlie4-5/+5
2010-08-24nvfx: Remove unnecessary headers.Vinson Lee3-4/+0
2010-08-24glsl: make 'make clean' work properly.Dave Airlie1-1/+1
2010-08-24glsl: Silence unused variable warning.Vinson Lee1-0/+1
2010-08-24r300g: Remove unused variable.Vinson Lee1-2/+0
2010-08-24st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu2-3/+32
2010-08-24targets/egl: Check against drm_driver_descriptor::name.Chia-I Wu3-16/+15
2010-08-24targets/egl: add pipe_r600Benjamin Franzke2-0/+40
2010-08-24targets/egl: rename pipe_radeon to pipe_r300Benjamin Franzke2-8/+8
2010-08-24mesa: Remove extraneous semicolon.Chia-I Wu1-1/+1
2010-08-24st/dri: Remove unnecessary main/mtype.h.Chia-I Wu1-1/+0
2010-08-24st/wgl: Include main/core.h.Chia-I Wu4-7/+3
2010-08-24st/glx: Include main/core.h.Chia-I Wu5-21/+38
2010-08-24glsl: Include main/core.h.Chia-I Wu18-30/+16
2010-08-24mesa: Add core.h.Chia-I Wu3-47/+81
2010-08-24translate_sse: clear state for each function emissionLuca Barbieri1-3/+3
2010-08-24glsl: Rely on talloc_autofree_context() instead of trying to free on our own.Eric Anholt1-6/+1
2010-08-24intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt3-1/+6
2010-08-24radeon: print chip family for evergreen in renderer stringAlex Deucher2-2/+5
2010-08-23r600g: add XPD supportDave Airlie1-1/+124
2010-08-23r600g: add CMP support.Dave Airlie1-1/+50
2010-08-23nvfx: don't emit dummy commands on nv30Luca Barbieri1-4/+8
2010-08-23glsl: When unable to assign the initializer for a const variable, set it to 0.Eric Anholt1-13/+21
2010-08-23translate_sse: fix x86-64Luca Barbieri1-0/+1
2010-08-23glsl: Cleanly fail when a function has an unknown return type.Eric Anholt1-1/+7
2010-08-23r600g: Add support for PIPE_CAP_DEPTH_CLAMP.Henri Verbeet2-3/+4
2010-08-23glsl: Rebuild builtins for any() change.Eric Anholt1-3/+3
2010-08-23mesa: Add new ir_unop_any() expression operation.Eric Anholt7-3/+41
2010-08-23glsl: Regenerate builtins with the new sorting.Eric Anholt1-5089/+5089
2010-08-23ir_to_mesa: Implement f2b by comparing the arg to 0, not the result.Eric Anholt1-1/+1
2010-08-23glsl: Count function call outvals as writing to variables for linker checks.Eric Anholt1-0/+21
2010-08-23glsl2: Include imports.h to get snprintf wrapper for MSVCIan Romanick3-1/+8
2010-08-23mesa: Fix msvc build of glsl.Aras Pranckevicius1-2/+7
2010-08-23auxiliary: fix nvfx/nv50 primitive splitting for line loopsLuca Barbieri1-1/+1
2010-08-23r600g: export one component per pixel + r7xx uncompression shaderJerome Glisse5-5/+89
2010-08-23generate_builtins.py: Generate output in sorted order.Kenneth Graunke1-5/+6
2010-08-23nvfx: improve fp temp accountingLuca Barbieri1-2/+4
2010-08-23tgsi: fix false CondStackTop==0 assertionBrian Paul1-0/+5
2010-08-23ir_to_mesa: Fix constant array handling to return the temp we created.Eric Anholt1-0/+1
2010-08-23glcpp: Make standalone preprocessor work with a tty as stdinCarl Worth1-33/+49
2010-08-23glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.Carl Worth1-4/+5
2010-08-23glcpp: Fix segfault in standalone preprocessor for "file not found", etc.Carl Worth1-4/+17
2010-08-23glcpp: Update generated glcpp-lex.c for the last two changes.Carl Worth1-191/+186
2010-08-23glcpp: Fix handling of "#line 0"Carl Worth1-2/+3
2010-08-23glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"Carl Worth1-2/+7
2010-08-23glcpp: Add new test for #line directive.Carl Worth2-0/+21
2010-08-23glcpp: Update README file (new specifications and fewer limitations).Carl Worth1-12/+14
2010-08-23glcpp: Add test for the #error directive.Carl Worth2-0/+4
2010-08-23glsl: Trim the size of uniform arrays to the maximum element used.Eric Anholt2-0/+57
2010-08-23mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.Eric Anholt1-2/+0