Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Implement predefinded macros. | Michal Krol | 2009-09-07 | 1 | -0/+41 |
| | | | | The values are hardcoded: __LINE__ = 1, __FILE__ = 0 and __VERSION__ = 110. | ||||
* | glsl: Implement `line' preprocessor directive. | Michal Krol | 2009-09-07 | 4 | -1/+108 |
| | |||||
* | glsl: Output endof token after processing a directive. | Michal Krol | 2009-09-07 | 1 | -6/+7 |
| | | | | Some directives may output tokens as a result of their operation. | ||||
* | glsl: Handle extension tokens in apps/proces. | Michal Krol | 2009-09-07 | 1 | -0/+16 |
| | |||||
* | glsl: Implement `extension' preprocessor directive. | Michal Krol | 2009-09-07 | 5 | -0/+147 |
| | | | | No extensions supported. | ||||
* | glsl: Handle pragma tokens in apps/process. | Michal Krol | 2009-09-07 | 1 | -0/+8 |
| | |||||
* | glsl: Implement `pragma' preprocessor directive. | Michal Krol | 2009-09-07 | 5 | -0/+122 |
| | | | | Handle `optimize(on|off)' and `debug(on|off)' pragmas. | ||||
* | glsl: Print out error message in apps/process. | Michal Krol | 2009-09-07 | 1 | -7/+10 |
| | |||||
* | glsl: Implement `error' preprocessor directive. | Michal Krol | 2009-09-07 | 6 | -0/+278 |
| | |||||
* | glsl: Implement `undef' preprocessor directive. | Michal Krol | 2009-09-07 | 3 | -9/+54 |
| | |||||
* | glsl: Allow for preprocessor macro redefinition. | Michal Krol | 2009-09-07 | 7 | -29/+65 |
| | |||||
* | glsl: Handle `defined' preprocessor operator. | Michal Krol | 2009-09-07 | 1 | -3/+79 |
| | |||||
* | glsl: Support if preprocessor directive and friends. | Michal Krol | 2009-09-07 | 8 | -25/+388 |
| | |||||
* | glsl: Add expression interpreter. | Michal Krol | 2009-09-07 | 3 | -0/+448 |
| | |||||
* | glsl: Centralise sl_pp_macro constructor. | Michal Krol | 2009-09-07 | 4 | -18/+24 |
| | |||||
* | glsl: Implement macro expansion. | Michal Krol | 2009-09-07 | 5 | -29/+259 |
| | |||||
* | glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str. | Michal Krol | 2009-09-07 | 4 | -7/+23 |
| | | | | | Return the same offset for same strings. Allows to compare strings by comparing their's offsets. | ||||
* | glsl: Parse define directive in preprocessor. | Michal Krol | 2009-09-07 | 8 | -5/+296 |
| | |||||
* | glsl: Simplify directive parser skeleton. | Michal Krol | 2009-09-07 | 3 | -91/+141 |
| | |||||
* | glsl: Introduce sl_pp_context and maintain a reuseable pool of strings. | Michal Krol | 2009-09-07 | 12 | -57/+213 |
| | |||||
* | glsl: Add `process' test app that returns tokenised and preprocessed text. | Michal Krol | 2009-09-07 | 2 | -0/+328 |
| | |||||
* | glsl: Add preprocessor skeleton for directive parsing. | Michal Krol | 2009-09-07 | 3 | -0/+196 |
| | |||||
* | glsl: Remove bogus sl_pp_directive.h include. | Michal Krol | 2009-09-07 | 1 | -1/+0 |
| | |||||
* | glsl: Allow for multiple version statements. | Michal Krol | 2009-09-07 | 1 | -68/+76 |
| | |||||
* | glsl/apps: Print out the number of tokens eaten in version test. | Michal Krol | 2009-09-07 | 1 | -1/+4 |
| | |||||
* | glsl: Raise an error on an unfinished comment block. | Michal Krol | 2009-09-07 | 1 | -1/+9 |
| | |||||
* | glsl/apps: Add version test app. | Michal Krol | 2009-09-07 | 2 | -0/+115 |
| | |||||
* | glsl: Parse optional version directive. | Michal Krol | 2009-09-07 | 3 | -0/+190 |
| | |||||
* | glsl: Add a tokenise app. | Michal Krol | 2009-09-07 | 2 | -0/+323 |
| | |||||
* | glsl: Add a preprocessor tokeniser. | Michal Krol | 2009-09-07 | 3 | -0/+509 |
| | |||||
* | glsl: Add a purify command-line tool. | Michal Krol | 2009-09-07 | 4 | -8/+113 |
| | |||||
* | glsl: Add preprocessor purifier. | Michal Krol | 2009-09-07 | 4 | -0/+267 |
| | |||||
* | mesa: Include <unistd.h> only when one is available. | Michal Krol | 2009-09-07 | 2 | -0/+8 |
| | |||||
* | mesa: Fix calling conventions of sync object api callbacks. | Michal Krol | 2009-09-07 | 2 | -12/+12 |
| | |||||
* | r300g: Fix some issues pointed out by compiler warnings. | Michel Dänzer | 2009-09-06 | 3 | -15/+19 |
| | |||||
* | r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended. | Michel Dänzer | 2009-09-06 | 1 | -2/+5 |
| | | | | Return NULL if the BO is busy, otherwise just map it. | ||||
* | mesa: initial version of _mesa_meta_generate_mipmap() | Brian Paul | 2009-09-06 | 2 | -4/+182 |
| | | | | Incomplete and totally untested. Based on intel_generate_mipmap(). | ||||
* | xlib: test _mesa_meta_bitmap() | Brian Paul | 2009-09-06 | 1 | -0/+1 |
| | |||||
* | mesa: use separate temp texture for bitmaps | Brian Paul | 2009-09-06 | 1 | -21/+42 |
| | |||||
* | mesa: temp_texture changes | Brian Paul | 2009-09-06 | 1 | -21/+35 |
| | |||||
* | mesa: free meta bitmap buffers | Brian Paul | 2009-09-06 | 1 | -0/+4 |
| | |||||
* | mesa: use _mesa_set_enable() | Brian Paul | 2009-09-06 | 1 | -11/+11 |
| | |||||
* | mesa: _mesa_meta_bitmap() function | Brian Paul | 2009-09-06 | 2 | -3/+175 |
| | |||||
* | xlib: move misplaced brace | Brian Paul | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | r300g: Fix a number of warnings | Nicolai Hähnle | 2009-09-06 | 10 | -10/+23 |
| | | | | Seriously guys.... | ||||
* | r300g: Debug flags infrastructure | Nicolai Hähnle | 2009-09-06 | 10 | -21/+152 |
| | | | | | | | | | | | So that debugging is no longer a full-spam-or-nothing approach, you are now supposed to set the RADEON_DEBUG environment flag just like for classic Mesa. The available debug flags are different, however. Just running an OpenGL application with RADEON_DEBUG set to an arbitrary string will print out helpful information. Everything must be compiled with -DDEBUG for any of this to work | ||||
* | r300g: update the value of register VAP_VF_MAX_VTX_INDX | Cooper Yuan | 2009-09-05 | 1 | -1/+2 |
| | | | | according to actual vertex index count. | ||||
* | r300g: update rs_block state after changing rasterizer | Cooper Yuan | 2009-09-05 | 1 | -0/+1 |
| | |||||
* | r300g: need to validate scissor and viewport state if bind new rasterizer | Cooper Yuan | 2009-09-05 | 1 | -0/+2 |
| | |||||
* | r600: add support for EXT_texture_sRGB | Alex Deucher | 2009-09-04 | 2 | -0/+44 |
| |