| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | st/nine: Fix some fixed function pipeline operation | Axel Davy | 2015-01-22 | 1 | -2/+4 |
* | st/nine: Clamp ps 1.X constants | Axel Davy | 2015-01-22 | 1 | -0/+7 |
* | st/nine: Remove duplicated code for ps texcoord input declaration | Axel Davy | 2015-01-22 | 1 | -8/+4 |
* | st/nine: Fix CND implementation | Axel Davy | 2015-01-22 | 1 | -9/+13 |
* | st/nine: Match REP implementation to LOOP | Axel Davy | 2015-01-22 | 1 | -19/+30 |
* | st/nine: Rewrite LOOP implementation, and a0 aL handling | Axel Davy | 2015-01-22 | 1 | -63/+100 |
* | st/nine: Correct LOG on negative values | Axel Davy | 2015-01-22 | 1 | -2/+13 |
* | st/nine: Handle NRM with input of null norm | Axel Davy | 2015-01-22 | 1 | -1/+3 |
* | st/nine: Handle RSQ special cases | Axel Davy | 2015-01-22 | 1 | -1/+12 |
* | st/nine: Fix POW implementation | Axel Davy | 2015-01-22 | 1 | -1/+12 |
* | st/nine: Fix typo for M4x4 | Axel Davy | 2015-01-22 | 1 | -1/+1 |
* | st/nine: Correctly declare NineTranslateInstruction_Mkxn inputs | Axel Davy | 2015-01-22 | 1 | -2/+5 |
* | st/nine: Saturate oFog and oPts vs outputs | Axel Davy | 2015-01-22 | 1 | -2/+2 |
* | st/nine: Remove some shader unused code | Axel Davy | 2015-01-22 | 1 | -22/+1 |
* | st/nine: Convert integer constants to floats before storing them when cards d... | Axel Davy | 2015-01-22 | 1 | -13/+52 |
* | st/nine: Rework of boolean constants | Axel Davy | 2015-01-22 | 3 | -35/+24 |
* | st/nine: Add ATI1 and ATI2 support | Axel Davy | 2015-01-22 | 6 | -7/+34 |
* | st/nine: Check if srgb format is supported before trying to use it. | Axel Davy | 2015-01-22 | 2 | -2/+19 |
* | st/nine: Hack to generate resource if it doesn't exist when getting view | Stanislaw Halik | 2015-01-22 | 1 | -0/+3 |
* | st/nine: NineBaseTexture9: update sampler view creation | Axel Davy | 2015-01-22 | 1 | -13/+32 |
* | st/nine: Return D3DERR_INVALIDCALL when trying to create a texture of bad format | Axel Davy | 2015-01-22 | 3 | -3/+26 |
* | st/nine: Fix crash when deleting non-implicit swapchain | Axel Davy | 2015-01-22 | 1 | -1/+1 |
* | st/nine: CubeTexture: fix GetLevelDesc | Axel Davy | 2015-01-22 | 1 | -1/+1 |
* | st/nine: NineBaseTexture9: fix setting of last_layer | Axel Davy | 2015-01-22 | 1 | -2/+2 |
* | st/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS | Axel Davy | 2015-01-22 | 1 | -1/+3 |
* | st/nine: Fix D3DRS_POINTSPRITE support | Xavier Bouchoux | 2015-01-22 | 1 | -3/+3 |
* | st/nine: Add new texture format strings | Axel Davy | 2015-01-22 | 2 | -0/+6 |
* | st/nine: Add missing c++ declaration for IDirect3DVolumeTexture9 | Xavier Bouchoux | 2015-01-22 | 1 | -0/+10 |
* | st/nine: Additional defines to d3dtypes.h | Xavier Bouchoux | 2015-01-22 | 1 | -0/+10 |
* | st/nine: Fix clip state logic | Axel Davy | 2015-01-22 | 1 | -1/+3 |
* | st/nine: query: remove unused variable (trivial) | David Heidelberger | 2015-01-22 | 1 | -1/+0 |
* | nir: Fix setup of constant bool initializers. | Eric Anholt | 2015-01-22 | 1 | -1/+1 |
* | nir: Make an easier helper for setting up SSA defs. | Eric Anholt | 2015-01-22 | 13 | -66/+46 |
* | glsl: Link glsl_test with pthreads library. | Jonathan Gray | 2015-01-22 | 1 | -1/+3 |
* | scons: Add X11 include path if X11 is available. | Vinson Lee | 2015-01-22 | 1 | -0/+3 |
* | meta: Move loop declaration to top of block. | José Fonseca | 2015-01-22 | 1 | -2/+4 |
* | i965/tex_subimage: use meta instead of the blitter for PBO TexSubImage | Jason Ekstrand | 2015-01-22 | 1 | -100/+15 |
* | i965/tex_image: Use meta for instead of the blitter PBO TexImage and GetTexImage | Jason Ekstrand | 2015-01-22 | 1 | -179/+18 |
* | i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels | Jason Ekstrand | 2015-01-22 | 1 | -118/+3 |
* | meta: Add an implementation of GetTexSubImage for PBOs | Jason Ekstrand | 2015-01-22 | 2 | -0/+125 |
* | meta: Add a BlitFramebuffers-based implementation of TexSubImage | Jason Ekstrand | 2015-01-22 | 3 | -0/+248 |
* | formats: Use a hash table for _mesa_format_from_array_format | Jason Ekstrand | 2015-01-22 | 1 | -12/+56 |
* | i965: Implement SetTextureStorageForBufferObject | Jason Ekstrand | 2015-01-22 | 1 | -0/+57 |
* | i965: Apply the miptree offset to surface state for renderbuffers | Jason Ekstrand | 2015-01-22 | 4 | -4/+8 |
* | i965/mipmap_tree: Add a depth parameter to create_for_bo | Jason Ekstrand | 2015-01-22 | 6 | -7/+14 |
* | mesa/dd: Add a function for creating a texture from a buffer object | Jason Ekstrand | 2015-01-22 | 1 | -0/+16 |
* | glsl: do not allow interface block to have name already taken | Tapani Pälli | 2015-01-22 | 1 | -1/+15 |
* | nir: Replace assert(0) with unreachable(). | Matt Turner | 2015-01-21 | 4 | -43/+22 |
* | i965/vec4: Fix fprintf argument ordering. | Matt Turner | 2015-01-21 | 1 | -2/+2 |
* | nir: Stop using designated initializers | Jason Ekstrand | 2015-01-21 | 10 | -105/+47 |