summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nv50/ir: change the way float face is returnedIlia Mirkin2015-02-102-4/+6
* nir: Mark nir_print_instr's instr pointer as const.Kenneth Graunke2015-02-102-3/+3
* i965: Fix integer border color on Haswell.Kenneth Graunke2015-02-093-0/+66
* i965: Use a gl_color_union for sampler border color.Kenneth Graunke2015-02-091-53/+52
* i965: Override swizzles for integer luminance formats.Kenneth Graunke2015-02-091-0/+8
* util/u_atomic: Add new macro p_atomic_addCarl Worth2015-02-092-0/+21
* util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand2015-02-071-1/+13
* util/set: Do a full search when adding new itemsJason Ekstrand2015-02-071-6/+15
* util/hash_table: Do a full search when adding new itemsJason Ekstrand2015-02-071-7/+16
* mesa: Make renderbuffer FBO attachments not layeredJames Legg2015-02-081-0/+1
* Post-branch version bump to 10.6.0-devel, add release notes templateEmil Velikov2015-02-072-1/+59
* gallium/hud: also try R8_UNORM format for font texture10.5-branchpointBrian Paul2015-02-071-9/+15
* gallium/hud: flush stdout in print_help(), for WindowsBrian Paul2015-02-071-0/+1
* i965: Add more stringent blitter assertionsBen Widawsky2015-02-071-0/+3
* i965: Consolidate some of the intel_blit logicBen Widawsky2015-02-071-20/+8
* st/dri: Make depth buffer optional for postprocessingPark, Jeongmin2015-02-072-2/+2
* postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin2015-02-071-0/+3
* i965/vec4: Correct MUL destination hazardBen Widawsky2015-02-061-4/+4
* docs: add news item and link release notes for mesa 10.4.4Emil Velikov2015-02-072-0/+7
* docs: Add sha256 sums for the 10.4.4 releaseEmil Velikov2015-02-071-1/+3
* Add release notes for the 10.4.4 releaseEmil Velikov2015-02-071-0/+98
* nir: Fix broken fsat recognizer.Eric Anholt2015-02-061-1/+1
* nir: Slightly simplify algebraic code generation by reusing a struct.Eric Anholt2015-02-061-6/+3
* tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt2015-02-061-0/+4
* tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2015-02-062-28/+25
* gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2015-02-062-13/+42
* gallium/u_tests: test a NULL constant bufferMarek Olšák2015-02-061-0/+57
* gallium/u_tests: test a NULL texture sampler viewMarek Olšák2015-02-061-17/+85
* gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák2015-02-061-31/+79
* gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák2015-02-063-3/+14
* gallium/postprocessing: fix crash at context destructionMarek Olšák2015-02-061-4/+3
* r600g/sb: fix a bug in constants folding optimisation passXavier Bouchoux2015-02-061-0/+2
* r600g: fix abs() support on ALU 3 source operands instructionsXavier Bouchoux2015-02-063-7/+63
* r300g: small code cleanup (v2)David Heidelberg2015-02-064-26/+4
* glsl: GLSL ES identifiers cannot exceed 1024 charactersIago Toral Quiroga2015-02-061-1/+7
* i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).Kenneth Graunke2015-02-051-9/+25
* i965/fs: Use inst->eot rather than opcodes in register allocation.Kenneth Graunke2015-02-051-11/+10
* i965/fs: Delete is_last_send(); just check inst->eot.Kenneth Graunke2015-02-051-14/+1
* st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARBMichel Dänzer2015-02-061-2/+9
* st/nine: Implement dummy vbo behaviour when vs is missing inputsTiziano Bacocco2015-02-064-18/+119
* gallium/targets/d3dadapter9: Free card deviceAxel Davy2015-02-061-8/+10
* gallium/targets/d3dadapter9: Release the pipe_screen at destruction.Axel Davy2015-02-061-6/+12
* gallium/targets/d3dadapter9: Fix device detection for render-nodesAxel Davy2015-02-061-45/+14
* st/nine: Dummy sampler should have a=1Axel Davy2015-02-065-43/+163
* st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...Axel Davy2015-02-062-12/+12
* st/nine: Clear: better behave if rt_mask is different to the one of the frame...Axel Davy2015-02-061-13/+27
* st/nine: Fix multisampling support detectionAxel Davy2015-02-062-28/+9
* st/nine: Fix enabled lights in stateblocksTiziano Bacocco2015-02-062-3/+7
* st/nine: Fix depth stencil formats bindings flags.Axel Davy2015-02-064-27/+74
* st/nine: Fix gpu memory leak in swapchainAxel Davy2015-02-061-2/+1