summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-31i965: Fix 1D Array Shadow miptree layout issue (leading to assert or hang)1d-array-issueJordan Justen1-0/+20
2014-07-30i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stencil/hizgen6-layered-9Jordan Justen1-2/+4
2014-07-30i965/gen6: Stencil/hiz needs an offset for LOD > 0Jordan Justen2-3/+41
2014-07-30i965/gen6: Force tile alignment for each stencil/hiz LODJordan Justen1-3/+36
2014-07-30i965 miptree: Support array_layout == ALL_SLICES_AT_EACH_LOD multiple LODsJordan Justen1-2/+19
2014-07-30i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen7-17/+35
2014-07-30i965: Change mipmap array_spacing_lod0 to array_layout (enum)Jordan Justen7-19/+39
2014-07-30i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen3-59/+50
2014-07-30i965/gen6 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen1-3/+3
2014-07-30i965/gen6 blorp depth: calculate base surface width/heightJordan Justen1-0/+13
2014-07-30i965/gen6 depth surface: calculate minimum array element being renderedJordan Justen2-0/+13
2014-07-30i965/gen6 depth surface: calculate LOD being rendered toJordan Justen2-0/+6
2014-07-30i965/gen6 depth surface: calculate depth (array size) for depth surfaceJordan Justen2-0/+5
2014-07-30i965/gen6 depth surface: calculate more specific surface typeJordan Justen2-0/+50
2014-07-30i965: Split gen6 depth hiz state out from brwJordan Justen4-1/+188
2014-07-30i965/gen6: Adjust render height in errata case for MSAAJordan Justen1-1/+17
2014-07-30i965/gen6: add support for layered renderbuffersJordan Justen2-40/+40
2014-07-30i965/gen6_surface_state.c: Remove dead code pathJordan Justen1-22/+0
2014-07-30i965: Split gen6 renderbuffer surface state from gen5 and olderJordan Justen4-0/+160
2014-07-30dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna7-12/+69
2014-07-30gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna14-4/+564
2014-07-30Add support for swrast to the DRM EGL platformGiovanni Campagna5-48/+369
2014-07-30st/gbm: don't segfault if the fail to create the screenEmil Velikov1-1/+1
2014-07-30st/gbm: retrieve the driver-name via dd_driver_name()Emil Velikov1-0/+6
2014-07-30glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC buildBrian Paul2-4/+4
2014-07-29configure: Don't override user -g or -O options for debug buildsIan Romanick1-2/+12
2014-07-29glsl: Add flex options to eliminate the default ruleCarl Worth1-10/+1
2014-07-29glsl/glcpp: Add flex options to eliminate the default rule.Carl Worth1-1/+2
2014-07-29glsl/glcpp: Combine the two rules matching any characterCarl Worth1-6/+6
2014-07-29glsl/glcpp: Alphabetize lists of start conditionsCarl Worth1-3/+3
2014-07-29glsl/glcpp: Add a catch-all rule for unexpected characters.Carl Worth1-0/+13
2014-07-29glsl/glcpp: Treat carriage return as equivalent to line feed.Carl Worth1-9/+8
2014-07-29glsl/glcpp: Add test for a multi-line comment within an #if 0 blockCarl Worth2-0/+14
2014-07-29glsl/glcpp: Test that macro parameters substitute immediately after periodsCarl Worth2-0/+8
2014-07-29glsl/glcpp: Add (non)-support for ++ and -- operatorsCarl Worth4-1/+33
2014-07-29glsl/glcpp: Emit error for duplicate parameter name in function-like macroCarl Worth3-0/+35
2014-07-29glsl/glcpp: Add an explanatory comment for "loc != NULL" checkCarl Worth1-0/+4
2014-07-29glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IFCarl Worth2-38/+39
2014-07-29glsl: Properly lex extra tokens when handling # directives.Kenneth Graunke1-0/+1
2014-07-29glsl: Add an internal-error catch-all ruleCarl Worth1-0/+13
2014-07-29glsl/glcpp: Correctly parse directives with intervening commentsCarl Worth16-110/+242
2014-07-29glsl/glcpp: Rename HASH token to HASH_TOKENCarl Worth2-5/+8
2014-07-29glsl/glcpp: Don't use start-condition stack when switching to/from <DEFINE>Carl Worth1-3/+3
2014-07-29glsl/glcpp: Add a -d/--debug option to the standalone glcpp programCarl Worth2-1/+7
2014-07-29glsl/glcpp: Fix off-by-one error in column in first-line error messagesCarl Worth17-19/+19
2014-07-29glsl/glcpp: Minor tweak to wording of error messageCarl Worth3-3/+3
2014-07-29glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.Carl Worth3-63/+99
2014-07-29glsl/glcpp: Abstract a bit of common code for returning string tokensCarl Worth1-22/+18
2014-07-29glsl/glcpp: Drop extra, final newline from most outputCarl Worth130-165/+51
2014-07-29glsl/glcpp: Add testing for EOF sans newline (and fix for <DEFINE>, <COMMENT>)Carl Worth7-2/+13